Home
last modified time | relevance | path

Searched defs:intent (Results 1 – 25 of 146) sorted by relevance

123456

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/
H A DNotificationsService.kt179 Intent(NOTIFICATION_EVENT_ACTION).also { intent -> in <lambda>() method
260 Intent(NOTIFICATION_EVENT_ACTION).also { intent -> in <lambda>() method
283 ).also { intent -> in <lambda>() method
307 ).also { intent -> in <lambda>() method
340 ).also { intent -> in <lambda>() method
402 val intent = Intent( in <lambda>() constant
409 ).also { intent -> in <lambda>() method
437 val intent = Intent( in <lambda>() constant
444 ).also { intent -> in <lambda>() method
483 val intent = Intent( in <lambda>() constant
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/
H A DNotificationsService.kt179 Intent(NOTIFICATION_EVENT_ACTION).also { intent -> in <lambda>() method
260 Intent(NOTIFICATION_EVENT_ACTION).also { intent -> in <lambda>() method
283 ).also { intent -> in <lambda>() method
307 ).also { intent -> in <lambda>() method
340 ).also { intent -> in <lambda>() method
402 val intent = Intent( in <lambda>() constant
409 ).also { intent -> in <lambda>() method
437 val intent = Intent( in <lambda>() constant
444 ).also { intent -> in <lambda>() method
483 val intent = Intent( in <lambda>() constant
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/
H A DNotificationsService.kt179 Intent(NOTIFICATION_EVENT_ACTION).also { intent -> in <lambda>() method
260 Intent(NOTIFICATION_EVENT_ACTION).also { intent -> in <lambda>() method
283 ).also { intent -> in <lambda>() method
307 ).also { intent -> in <lambda>() method
340 ).also { intent -> in <lambda>() method
402 val intent = Intent( in <lambda>() constant
409 ).also { intent -> in <lambda>() method
437 val intent = Intent( in <lambda>() constant
444 ).also { intent -> in <lambda>() method
483 val intent = Intent( in <lambda>() constant
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/
H A DNotificationsService.kt179 Intent(NOTIFICATION_EVENT_ACTION).also { intent -> in <lambda>() method
260 Intent(NOTIFICATION_EVENT_ACTION).also { intent -> in <lambda>() method
283 ).also { intent -> in <lambda>() method
307 ).also { intent -> in <lambda>() method
340 ).also { intent -> in <lambda>() method
402 val intent = Intent( in <lambda>() constant
409 ).also { intent -> in <lambda>() method
437 val intent = Intent( in <lambda>() constant
444 ).also { intent -> in <lambda>() method
483 val intent = Intent( in <lambda>() constant
[all …]
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherAuth.kt49 val intent = createCustomTabsIntent() in openWebBrowserAsync() constant
65 val intent = builder.build().intent in createCustomTabsIntent() constant
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/
H A DDevLauncherIntentRegistry.kt9 var intent: Intent? in <lambda>() variable
20 override var intent by Delegates.observable<Intent?>(null) { _, _, newValue -> in newValue() variable in expo.modules.devlauncher.launcher.DevLauncherIntentRegistry
21 newValue?.let { intent -> in newValue() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/
H A DURLHandlerModule.java58 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in openURLAsync() local
75 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in canOpenURLAsync() local
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/
H A DURLHandlerModule.java58 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in openURLAsync() local
75 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in canOpenURLAsync() local
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/
H A DURLHandlerModule.java58 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in openURLAsync() local
75 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in canOpenURLAsync() local
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/
H A DURLHandlerModule.java58 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in openURLAsync() local
75 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in canOpenURLAsync() local
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/services/
H A DLocationTaskService.java37 public IBinder onBind(Intent intent) { in onBind()
44 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
103 …Intent intent = mParentContext.getPackageManager().getLaunchIntentForPackage(mParentContext.getPac… in buildServiceNotification() local
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/services/
H A DLocationTaskService.java37 public IBinder onBind(Intent intent) { in onBind()
44 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
103 …Intent intent = mParentContext.getPackageManager().getLaunchIntentForPackage(mParentContext.getPac… in buildServiceNotification() local
/expo/packages/expo-location/android/src/main/java/expo/modules/location/services/
H A DLocationTaskService.java37 public IBinder onBind(Intent intent) { in onBind()
44 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
103 …Intent intent = mParentContext.getPackageManager().getLaunchIntentForPackage(mParentContext.getPac… in buildServiceNotification() local
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/services/
H A DLocationTaskService.java37 public IBinder onBind(Intent intent) { in onBind()
44 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
103 …Intent intent = mParentContext.getPackageManager().getLaunchIntentForPackage(mParentContext.getPac… in buildServiceNotification() local
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DDeviceUtils.kt25 val intent = in allowDrawingOverOtherApps() constant
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java68 …PendingIntent intent = NotificationsService.Companion.createNotificationResponseIntent(getContext(… in buildButtonAction() local
73 …PendingIntent intent = NotificationsService.Companion.createNotificationResponseIntent(getContext(… in buildTextInputAction() local
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java68 …PendingIntent intent = NotificationsService.Companion.createNotificationResponseIntent(getContext(… in buildButtonAction() local
73 …PendingIntent intent = NotificationsService.Companion.createNotificationResponseIntent(getContext(… in buildTextInputAction() local
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java68 …PendingIntent intent = NotificationsService.Companion.createNotificationResponseIntent(getContext(… in buildButtonAction() local
73 …PendingIntent intent = NotificationsService.Companion.createNotificationResponseIntent(getContext(… in buildTextInputAction() local
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DCategoryAwareNotificationBuilder.java68 …PendingIntent intent = NotificationsService.Companion.createNotificationResponseIntent(getContext(… in buildButtonAction() local
73 …PendingIntent intent = NotificationsService.Companion.createNotificationResponseIntent(getContext(… in buildTextInputAction() local
/expo/packages/expo/android/src/test/java/expo/modules/
H A DReactActivityDelegateWrapperTest.kt72 val intent = mockk<Intent>() in onBackPressed should call each handler's callback just once() constant
87 val intent = mockk<Intent>() in onNewIntent should return true if someone returns true() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/documentpicker/
H A DDocumentPickerModule.kt37 val intent = Intent(Intent.ACTION_OPEN_DOCUMENT).apply { in <lambda>() constant
49 OnActivityResult { _, (requestCode, resultCode, intent) -> in <lambda>() method
/expo/packages/expo-dev-client/e2e/android/
H A DMainActivity.java23 public void onNewIntent(Intent intent) { in onNewIntent()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DManagedAppSplashScreenViewController.kt36 val intent = Intent(Intent.ACTION_VIEW, webpage) in <lambda>() constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTaskBroadcastReceiver.java11 public void onReceive(Context context, Intent intent) { in onReceive()
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/
H A DTaskBroadcastReceiver.java11 public void onReceive(Context context, Intent intent) { in onReceive()

123456