Searched refs:broadcastIntent (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/ |
| H A D | NotificationForwarderActivity.kt | 17 val broadcastIntent = in onCreate() constant 19 …ficationResponse = NotificationsService.getNotificationResponseFromBroadcastIntent(broadcastIntent) in onCreate() 21 sendBroadcast(broadcastIntent) in onCreate()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/ |
| H A D | NotificationForwarderActivity.kt | 17 val broadcastIntent = in onCreate() constant 19 …ficationResponse = NotificationsService.getNotificationResponseFromBroadcastIntent(broadcastIntent) in onCreate() 21 sendBroadcast(broadcastIntent) in onCreate()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/ |
| H A D | NotificationForwarderActivity.kt | 17 val broadcastIntent = in onCreate() constant 19 …ficationResponse = NotificationsService.getNotificationResponseFromBroadcastIntent(broadcastIntent) in onCreate() 21 sendBroadcast(broadcastIntent) in onCreate()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/ |
| H A D | NotificationForwarderActivity.kt | 17 val broadcastIntent = in onCreate() constant 19 …ficationResponse = NotificationsService.getNotificationResponseFromBroadcastIntent(broadcastIntent) in onCreate() 21 sendBroadcast(broadcastIntent) in onCreate()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ |
| H A D | ExpoHandlingDelegate.kt | 63 …fun createPendingIntentForOpeningApp(context: Context, broadcastIntent: Intent, notificationRespon… in <lambda>() 72 backgroundActivityIntent.data = broadcastIntent.data in <lambda>() 74 backgroundActivityIntent.putExtras(broadcastIntent) in <lambda>() 75 …val requestCode = broadcastIntent.component?.className?.hashCode() ?: NotificationsService::class.… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/ |
| H A D | ExpoHandlingDelegate.kt | 63 …fun createPendingIntentForOpeningApp(context: Context, broadcastIntent: Intent, notificationRespon… in <lambda>() 72 backgroundActivityIntent.data = broadcastIntent.data in <lambda>() 74 backgroundActivityIntent.putExtras(broadcastIntent) in <lambda>() 75 …val requestCode = broadcastIntent.component?.className?.hashCode() ?: NotificationsService::class.… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/ |
| H A D | ExpoHandlingDelegate.kt | 63 …fun createPendingIntentForOpeningApp(context: Context, broadcastIntent: Intent, notificationRespon… in <lambda>() 72 backgroundActivityIntent.data = broadcastIntent.data in <lambda>() 74 backgroundActivityIntent.putExtras(broadcastIntent) in <lambda>() 75 …val requestCode = broadcastIntent.component?.className?.hashCode() ?: NotificationsService::class.… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/ |
| H A D | ExpoHandlingDelegate.kt | 63 …fun createPendingIntentForOpeningApp(context: Context, broadcastIntent: Intent, notificationRespon… in <lambda>() 72 backgroundActivityIntent.data = broadcastIntent.data in <lambda>() 74 backgroundActivityIntent.putExtras(broadcastIntent) in <lambda>() 75 …val requestCode = broadcastIntent.component?.className?.hashCode() ?: NotificationsService::class.… in <lambda>()
|
| /expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/ |
| H A D | RNBranchModule.java | 188 Intent broadcastIntent = new Intent(NATIVE_INIT_SESSION_FINISHED_EVENT); in initSession() 191 … broadcastIntent.putExtra(NATIVE_INIT_SESSION_FINISHED_EVENT_PARAMS, referringParams.toString()); in initSession() 195 …broadcastIntent.putExtra(NATIVE_INIT_SESSION_FINISHED_EVENT_BRANCH_UNIVERSAL_OBJECT, branchUnivers… in initSession() 199 … broadcastIntent.putExtra(NATIVE_INIT_SESSION_FINISHED_EVENT_LINK_PROPERTIES, linkProperties); in initSession() 207 … broadcastIntent.putExtra(NATIVE_INIT_SESSION_FINISHED_EVENT_URI, uri.toString()); in initSession() 211 … broadcastIntent.putExtra(NATIVE_INIT_SESSION_FINISHED_EVENT_ERROR, error.getMessage()); in initSession() 214 LocalBroadcastManager.getInstance(mmActivity).sendBroadcast(broadcastIntent); in initSession() 251 Intent broadcastIntent = new Intent(NATIVE_INIT_SESSION_STARTED_EVENT); in notifyJSOfInitSessionStart() local 253 broadcastIntent.putExtra(NATIVE_INIT_SESSION_STARTED_EVENT_URI, uri); in notifyJSOfInitSessionStart() 256 LocalBroadcastManager.getInstance(context).sendBroadcast(broadcastIntent); in notifyJSOfInitSessionStart()
|