Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 75) sorted by relevance

123

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java60 public void scheduleJob(Bundle bundle) { in scheduleJob()
81 Bundle bundle = new Bundle(); in didExecuteJob() local
99 private static JSONObject bundleToJson(Bundle bundle) { in bundleToJson()
116 Bundle bundle = new Bundle(); in jsonStringToBundle() local
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java60 public void scheduleJob(Bundle bundle) { in scheduleJob()
81 Bundle bundle = new Bundle(); in didExecuteJob() local
99 private static JSONObject bundleToJson(Bundle bundle) { in bundleToJson()
116 Bundle bundle = new Bundle(); in jsonStringToBundle() local
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java60 public void scheduleJob(Bundle bundle) { in scheduleJob()
81 Bundle bundle = new Bundle(); in didExecuteJob() local
99 private static JSONObject bundleToJson(Bundle bundle) { in bundleToJson()
116 Bundle bundle = new Bundle(); in jsonStringToBundle() local
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/background/
H A DBackgroundRemoteNotificationTaskConsumer.java60 public void scheduleJob(Bundle bundle) { in scheduleJob()
81 Bundle bundle = new Bundle(); in didExecuteJob() local
99 private static JSONObject bundleToJson(Bundle bundle) { in bundleToJson()
116 Bundle bundle = new Bundle(); in jsonStringToBundle() local
/expo/packages/expo-updates/ios/Tests/
H A DUpdatesConfigSpec.swift15 let bundle = Bundle(for: UpdatesConfigSpecForBundle.self) in spec() variable
34 let bundle = Bundle(for: UpdatesConfigSpecForBundle.self) in spec() variable
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXEmbeddedHomeLoader.m25 @property (nonatomic, strong, nullable) NSData *bundle; property
64 {
H A DEXDevelopmentHomeLoader.m37 @property (nonatomic, strong, nullable) NSData *bundle; property
102 {
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScheduledNotificationReceiver.kt20 val bundle = intent.extras in onReceive() constant
/expo/packages/@expo/cli/src/export/
H A DwriteContents.ts58 const bundle = bundleOutput.hermesBytecodeBundle ?? bundleOutput.code; constant
99 const sourceMap = bundle.hermesSourcemap ?? bundle.map; constant
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt44 return retrievedData.getBundle(key)?.let { bundle -> in <lambda>() method
63 ?.let { bundle -> in <lambda>() method
121 val bundle = readBundle(null) in String() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt44 return retrievedData.getBundle(key)?.let { bundle -> in <lambda>() method
63 ?.let { bundle -> in <lambda>() method
121 val bundle = readBundle(null) in String() constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt44 return retrievedData.getBundle(key)?.let { bundle -> in <lambda>() method
63 ?.let { bundle -> in <lambda>() method
121 val bundle = readBundle(null) in String() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt44 return retrievedData.getBundle(key)?.let { bundle -> in <lambda>() method
63 ?.let { bundle -> in <lambda>() method
121 val bundle = readBundle(null) in String() constant
/expo/packages/expo-dev-menu/ios/Tests/
H A DDevMenuUtilsTests.swift12 let bundle = DevMenuUtils.resourcesBundle() in test_if_bundle_is_present() variable
/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DinstallOnDeviceAsync.ts33 const { bundle, bundleIdentifier, appDeltaDirectory, udid, deviceName } = props; constant
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DErrorConsoleFragment.kt43 val bundle = arguments in onCreateView() constant
H A DErrorQueueAdapter.kt31 val bundle = item.stack[0] in getView() constant
/expo/packages/@expo/cli/src/export/embed/
H A DexportEmbedAsync.ts55 const bundle = await server.build({ constant
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DImageSource.d.ts26 bundle?: string | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DImageSource.d.ts26 bundle?: string | undefined; property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/
H A DABI47_0_0RCTImagePrimitivesConversions.h56 …NSString *bundle = [NSString stringWithCString:imageSource.bundle.c_str() encoding:NSASCIIStringEn… in NSURLFromImageSource() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/react/renderer/imagemanager/
H A DABI49_0_0RCTImagePrimitivesConversions.h54 …NSString *bundle = [NSString stringWithCString:imageSource.bundle.c_str() encoding:NSASCIIStringEn… in NSURLFromImageSource() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/
H A DABI48_0_0RCTImagePrimitivesConversions.h54 …NSString *bundle = [NSString stringWithCString:imageSource.bundle.c_str() encoding:NSASCIIStringEn… in NSURLFromImageSource() local
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsPlaces.kt34 val bundle = app.metaData constant
/expo/packages/@expo/cli/e2e/__tests__/
H A Dstart-test.ts191 const bundle = await fetch(manifest.launchAsset.url).then((res) => res.text()); constant

123