Home
last modified time | relevance | path

Searched refs:pendingIntent (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/
H A DDevLauncherIntentRegistry.kt37 val pendingIntent = intent in consumePendingIntent() constant
39 return pendingIntent in consumePendingIntent()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationActionCenter.kt74 val pendingIntent = PendingIntent.getActivity( in addAction() constant
83 pendingIntent in addAction()
H A DExponentNotificationManager.kt224 …val pendingIntent = PendingIntent.getBroadcast(context, 0, notificationIntent, PendingIntent.FLAG_… in schedule() constant
227 alarmManager.setRepeating(AlarmManager.ELAPSED_REALTIME_WAKEUP, time, interval, pendingIntent) in schedule()
229 alarmManager.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, time, pendingIntent) in schedule()
251 …val pendingIntent = PendingIntent.getBroadcast(context, 0, notificationIntent, PendingIntent.FLAG_… in cancelScheduled() constant
253 alarmManager.cancel(pendingIntent) in cancelScheduled()
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/
H A DTaskManagerUtils.java52 …PendingIntent pendingIntent = createTaskIntent(context, appScopeKey, taskName, PendingIntent.FLAG_… in cancelTaskIntent() local
54 if (pendingIntent != null) { in cancelTaskIntent()
55 pendingIntent.cancel(); in cancelTaskIntent()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTaskManagerUtils.java52 …PendingIntent pendingIntent = createTaskIntent(context, appScopeKey, taskName, PendingIntent.FLAG_… in cancelTaskIntent() local
54 if (pendingIntent != null) { in cancelTaskIntent()
55 pendingIntent.cancel(); in cancelTaskIntent()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/
H A DTaskManagerUtils.java52 …PendingIntent pendingIntent = createTaskIntent(context, appScopeKey, taskName, PendingIntent.FLAG_… in cancelTaskIntent() local
54 if (pendingIntent != null) { in cancelTaskIntent()
55 pendingIntent.cancel(); in cancelTaskIntent()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/
H A DTaskManagerUtils.java52 …PendingIntent pendingIntent = createTaskIntent(context, appScopeKey, taskName, PendingIntent.FLAG_… in cancelTaskIntent() local
54 if (pendingIntent != null) { in cancelTaskIntent()
55 pendingIntent.cancel(); in cancelTaskIntent()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/
H A DNotificationsService.kt585 val pendingIntent = goAsync() in <lambda>() constant
590 pendingIntent.finish() in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/
H A DNotificationsService.kt585 val pendingIntent = goAsync() in <lambda>() constant
590 pendingIntent.finish() in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/
H A DNotificationsService.kt585 val pendingIntent = goAsync() in <lambda>() constant
590 pendingIntent.finish() in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/
H A DNotificationsService.kt585 val pendingIntent = goAsync() in <lambda>() constant
590 pendingIntent.finish() in <lambda>()