| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/ |
| H A D | ExpoNotificationPresentationModule.java | 43 protected void onReceiveResult(int resultCode, Bundle resultData) { in presentNotificationAsync() argument 44 super.onReceiveResult(resultCode, resultData); in presentNotificationAsync() 45 if (resultCode == NotificationsService.SUCCESS_CODE) { in presentNotificationAsync() 59 protected void onReceiveResult(int resultCode, Bundle resultData) { in getPresentedNotificationsAsync() argument 60 super.onReceiveResult(resultCode, resultData); in getPresentedNotificationsAsync() 76 protected void onReceiveResult(int resultCode, Bundle resultData) { in dismissNotificationAsync() argument 77 super.onReceiveResult(resultCode, resultData); in dismissNotificationAsync() 78 if (resultCode == NotificationsService.SUCCESS_CODE) { in dismissNotificationAsync() 92 protected void onReceiveResult(int resultCode, Bundle resultData) { in dismissAllNotificationsAsync() argument 93 super.onReceiveResult(resultCode, resultData); in dismissAllNotificationsAsync() [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/ |
| H A D | ExpoNotificationPresentationModule.java | 43 protected void onReceiveResult(int resultCode, Bundle resultData) { in presentNotificationAsync() argument 44 super.onReceiveResult(resultCode, resultData); in presentNotificationAsync() 45 if (resultCode == NotificationsService.SUCCESS_CODE) { in presentNotificationAsync() 59 protected void onReceiveResult(int resultCode, Bundle resultData) { in getPresentedNotificationsAsync() argument 60 super.onReceiveResult(resultCode, resultData); in getPresentedNotificationsAsync() 76 protected void onReceiveResult(int resultCode, Bundle resultData) { in dismissNotificationAsync() argument 77 super.onReceiveResult(resultCode, resultData); in dismissNotificationAsync() 78 if (resultCode == NotificationsService.SUCCESS_CODE) { in dismissNotificationAsync() 92 protected void onReceiveResult(int resultCode, Bundle resultData) { in dismissAllNotificationsAsync() argument 93 super.onReceiveResult(resultCode, resultData); in dismissAllNotificationsAsync() [all …]
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/ |
| H A D | ExpoNotificationPresentationModule.java | 43 protected void onReceiveResult(int resultCode, Bundle resultData) { in presentNotificationAsync() argument 44 super.onReceiveResult(resultCode, resultData); in presentNotificationAsync() 45 if (resultCode == NotificationsService.SUCCESS_CODE) { in presentNotificationAsync() 59 protected void onReceiveResult(int resultCode, Bundle resultData) { in getPresentedNotificationsAsync() argument 60 super.onReceiveResult(resultCode, resultData); in getPresentedNotificationsAsync() 76 protected void onReceiveResult(int resultCode, Bundle resultData) { in dismissNotificationAsync() argument 77 super.onReceiveResult(resultCode, resultData); in dismissNotificationAsync() 78 if (resultCode == NotificationsService.SUCCESS_CODE) { in dismissNotificationAsync() 92 protected void onReceiveResult(int resultCode, Bundle resultData) { in dismissAllNotificationsAsync() argument 93 super.onReceiveResult(resultCode, resultData); in dismissAllNotificationsAsync() [all …]
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/ |
| H A D | Utils.kt | 7 typealias ResultReceiverBody = (resultCode: Int, resultData: Bundle?) -> Unit 14 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in createDefaultResultReceiver() 15 super.onReceiveResult(resultCode, resultData) in createDefaultResultReceiver() 16 body(resultCode, resultData) in createDefaultResultReceiver()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedNotificationScheduler.kt | 53 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in cancelScheduledNotificationAsync() 54 super.onReceiveResult(resultCode, resultData) in cancelScheduledNotificationAsync() 56 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelScheduledNotificationAsync() 83 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in cancelAllScheduledNotificationsAsync() 84 super.onReceiveResult(resultCode, resultData) in cancelAllScheduledNotificationsAsync() 86 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelAllScheduledNotificationsAsync() 128 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in cancelSelectedNotificationsAsync() 129 super.onReceiveResult(resultCode, resultData) in cancelSelectedNotificationsAsync() 131 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelSelectedNotificationsAsync()
|
| H A D | ScopedExpoNotificationPresentationModule.kt | 47 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in dismissNotificationAsync() 48 super.onReceiveResult(resultCode, resultData) in dismissNotificationAsync() 52 if (resultCode == NotificationsService.SUCCESS_CODE && notifications != null) { in dismissNotificationAsync() 76 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in dismissAllNotificationsAsync() 77 super.onReceiveResult(resultCode, resultData) in dismissAllNotificationsAsync() 82 if (resultCode == NotificationsService.SUCCESS_CODE && notifications != null) { in dismissAllNotificationsAsync() 112 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in dismissSelectedAsync() 113 super.onReceiveResult(resultCode, resultData) in dismissSelectedAsync() 115 if (resultCode == NotificationsService.SUCCESS_CODE) { in dismissSelectedAsync()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedExpoNotificationPresentationModule.kt | 47 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in dismissNotificationAsync() 48 super.onReceiveResult(resultCode, resultData) in dismissNotificationAsync() 52 if (resultCode == NotificationsService.SUCCESS_CODE && notifications != null) { in dismissNotificationAsync() 76 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in dismissAllNotificationsAsync() 77 super.onReceiveResult(resultCode, resultData) in dismissAllNotificationsAsync() 82 if (resultCode == NotificationsService.SUCCESS_CODE && notifications != null) { in dismissAllNotificationsAsync() 112 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in dismissSelectedAsync() 113 super.onReceiveResult(resultCode, resultData) in dismissSelectedAsync() 115 if (resultCode == NotificationsService.SUCCESS_CODE) { in dismissSelectedAsync()
|
| H A D | ScopedNotificationScheduler.kt | 53 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in cancelScheduledNotificationAsync() 54 super.onReceiveResult(resultCode, resultData) in cancelScheduledNotificationAsync() 56 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelScheduledNotificationAsync() 83 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in cancelAllScheduledNotificationsAsync() 84 super.onReceiveResult(resultCode, resultData) in cancelAllScheduledNotificationsAsync() 86 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelAllScheduledNotificationsAsync() 128 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in cancelSelectedNotificationsAsync() 129 super.onReceiveResult(resultCode, resultData) in cancelSelectedNotificationsAsync() 131 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelSelectedNotificationsAsync()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedNotificationScheduler.kt | 53 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in cancelScheduledNotificationAsync() 54 super.onReceiveResult(resultCode, resultData) in cancelScheduledNotificationAsync() 56 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelScheduledNotificationAsync() 83 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in cancelAllScheduledNotificationsAsync() 84 super.onReceiveResult(resultCode, resultData) in cancelAllScheduledNotificationsAsync() 86 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelAllScheduledNotificationsAsync() 128 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in cancelSelectedNotificationsAsync() 129 super.onReceiveResult(resultCode, resultData) in cancelSelectedNotificationsAsync() 131 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelSelectedNotificationsAsync()
|
| H A D | ScopedExpoNotificationPresentationModule.kt | 47 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in dismissNotificationAsync() 48 super.onReceiveResult(resultCode, resultData) in dismissNotificationAsync() 52 if (resultCode == NotificationsService.SUCCESS_CODE && notifications != null) { in dismissNotificationAsync() 76 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in dismissAllNotificationsAsync() 77 super.onReceiveResult(resultCode, resultData) in dismissAllNotificationsAsync() 82 if (resultCode == NotificationsService.SUCCESS_CODE && notifications != null) { in dismissAllNotificationsAsync() 112 override fun onReceiveResult(resultCode: Int, resultData: Bundle?) { in dismissSelectedAsync() 113 super.onReceiveResult(resultCode, resultData) in dismissSelectedAsync() 115 if (resultCode == NotificationsService.SUCCESS_CODE) { in dismissSelectedAsync()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/ |
| H A D | ExpoNotificationPresentationModule.kt | 42 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 43 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>() 56 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 58 if (resultCode == NotificationsService.SUCCESS_CODE && notifications != null) { in <lambda>() 77 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 78 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>() 91 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 92 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/scheduling/ |
| H A D | NotificationScheduler.java | 56 protected void onReceiveResult(int resultCode, Bundle resultData) { in getAllScheduledNotificationsAsync() argument 57 super.onReceiveResult(resultCode, resultData); in getAllScheduledNotificationsAsync() 58 if (resultCode == NotificationsService.SUCCESS_CODE) { in getAllScheduledNotificationsAsync() 81 super.onReceiveResult(resultCode, resultData); in scheduleNotificationAsync() 82 if (resultCode == NotificationsService.SUCCESS_CODE) { in scheduleNotificationAsync() 105 protected void onReceiveResult(int resultCode, Bundle resultData) { in cancelScheduledNotificationAsync() argument 106 super.onReceiveResult(resultCode, resultData); in cancelScheduledNotificationAsync() 107 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelScheduledNotificationAsync() 121 protected void onReceiveResult(int resultCode, Bundle resultData) { in cancelAllScheduledNotificationsAsync() argument 122 super.onReceiveResult(resultCode, resultData); in cancelAllScheduledNotificationsAsync() [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/scheduling/ |
| H A D | NotificationScheduler.java | 56 protected void onReceiveResult(int resultCode, Bundle resultData) { in getAllScheduledNotificationsAsync() argument 57 super.onReceiveResult(resultCode, resultData); in getAllScheduledNotificationsAsync() 58 if (resultCode == NotificationsService.SUCCESS_CODE) { in getAllScheduledNotificationsAsync() 81 super.onReceiveResult(resultCode, resultData); in scheduleNotificationAsync() 82 if (resultCode == NotificationsService.SUCCESS_CODE) { in scheduleNotificationAsync() 105 protected void onReceiveResult(int resultCode, Bundle resultData) { in cancelScheduledNotificationAsync() argument 106 super.onReceiveResult(resultCode, resultData); in cancelScheduledNotificationAsync() 107 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelScheduledNotificationAsync() 121 protected void onReceiveResult(int resultCode, Bundle resultData) { in cancelAllScheduledNotificationsAsync() argument 122 super.onReceiveResult(resultCode, resultData); in cancelAllScheduledNotificationsAsync() [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/scheduling/ |
| H A D | NotificationScheduler.java | 56 protected void onReceiveResult(int resultCode, Bundle resultData) { in getAllScheduledNotificationsAsync() argument 57 super.onReceiveResult(resultCode, resultData); in getAllScheduledNotificationsAsync() 58 if (resultCode == NotificationsService.SUCCESS_CODE) { in getAllScheduledNotificationsAsync() 81 super.onReceiveResult(resultCode, resultData); in scheduleNotificationAsync() 82 if (resultCode == NotificationsService.SUCCESS_CODE) { in scheduleNotificationAsync() 105 protected void onReceiveResult(int resultCode, Bundle resultData) { in cancelScheduledNotificationAsync() argument 106 super.onReceiveResult(resultCode, resultData); in cancelScheduledNotificationAsync() 107 if (resultCode == NotificationsService.SUCCESS_CODE) { in cancelScheduledNotificationAsync() 121 protected void onReceiveResult(int resultCode, Bundle resultData) { in cancelAllScheduledNotificationsAsync() argument 122 super.onReceiveResult(resultCode, resultData); in cancelAllScheduledNotificationsAsync() [all …]
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedExpoNotificationPresentationModule.kt | 40 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 44 if (resultCode == NotificationsService.SUCCESS_CODE && notifications != null) { in <lambda>() 66 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 70 if (resultCode == NotificationsService.SUCCESS_CODE && notifications != null) { in <lambda>() 91 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 92 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>()
|
| H A D | ScopedNotificationScheduler.kt | 47 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 48 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>() 73 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 74 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>() 114 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 115 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/ |
| H A D | ExpoNotificationCategoriesModule.kt | 68 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 70 if (resultCode == NotificationsService.SUCCESS_CODE && categories != null) { in <lambda>() 121 createResultReceiver { resultCode: Int, resultData: Bundle? -> in createResultReceiver() method 123 if (resultCode == NotificationsService.SUCCESS_CODE && category != null) { in createResultReceiver() 136 createResultReceiver { resultCode: Int, resultData: Bundle? -> in deleteNotificationCategoryAsync() method 137 if (resultCode == NotificationsService.SUCCESS_CODE) { in deleteNotificationCategoryAsync()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/ |
| H A D | PushProvisioningProxy.kt | 78 …override fun onActivityResult(activity: Activity, requestCode: Int, resultCode: Int, data: Intent?… in <lambda>() 79 super.onActivityResult(activity, requestCode, resultCode, data) in <lambda>() 82 …if (resultCode == RESULT_OK) null else mapError("Failed", "Failed to verify identity.", null, null… in <lambda>() 85 if (resultCode == PushProvisioningActivity.RESULT_OK) { in <lambda>() 103 } else if (resultCode == PushProvisioningActivity.RESULT_ERROR) { in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/ |
| H A D | PushProvisioningProxy.kt | 78 …override fun onActivityResult(activity: Activity, requestCode: Int, resultCode: Int, data: Intent?… in <lambda>() 79 super.onActivityResult(activity, requestCode, resultCode, data) in <lambda>() 82 …if (resultCode == RESULT_OK) null else mapError("Failed", "Failed to verify identity.", null, null… in <lambda>() 85 if (resultCode == PushProvisioningActivity.RESULT_OK) { in <lambda>() 103 } else if (resultCode == PushProvisioningActivity.RESULT_ERROR) { in <lambda>()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/ |
| H A D | PushProvisioningProxy.kt | 78 …override fun onActivityResult(activity: Activity, requestCode: Int, resultCode: Int, data: Intent?… in <lambda>() 79 super.onActivityResult(activity, requestCode, resultCode, data) in <lambda>() 82 …if (resultCode == RESULT_OK) null else mapError("Failed", "Failed to verify identity.", null, null… in <lambda>() 85 if (resultCode == PushProvisioningActivity.RESULT_OK) { in <lambda>() 103 } else if (resultCode == PushProvisioningActivity.RESULT_ERROR) { in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/pushprovisioning/ |
| H A D | PushProvisioningProxy.kt | 78 …override fun onActivityResult(activity: Activity, requestCode: Int, resultCode: Int, data: Intent?… in <lambda>() 79 super.onActivityResult(activity, requestCode, resultCode, data) in <lambda>() 82 …if (resultCode == RESULT_OK) null else mapError("Failed", "Failed to verify identity.", null, null… in <lambda>() 85 if (resultCode == PushProvisioningActivity.RESULT_OK) { in <lambda>() 103 } else if (resultCode == PushProvisioningActivity.RESULT_ERROR) { in <lambda>()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/scheduling/ |
| H A D | NotificationScheduler.kt | 48 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 49 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>() 76 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 77 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>() 123 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 124 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>() 137 createResultReceiver { resultCode: Int, resultData: Bundle? -> in <lambda>() method 138 if (resultCode == NotificationsService.SUCCESS_CODE) { in <lambda>()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/ |
| H A D | ReactLifecycleDelegate.kt | 32 …override fun onActivityResult(activity: Activity, requestCode: Int, resultCode: Int, data: Intent?… in onActivityResult() 33 appContextHolder.get()?.onActivityResult(activity, requestCode, resultCode, data) in onActivityResult()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/categories/ |
| H A D | ExpoNotificationCategoriesModule.java | 60 protected void onReceiveResult(int resultCode, Bundle resultData) { in getNotificationCategoriesAsync() argument 62 if (resultCode == SUCCESS_CODE && categories != null) { in getNotificationCategoriesAsync() 91 protected void onReceiveResult(int resultCode, Bundle resultData) { in setNotificationCategoryAsync() argument 93 if (resultCode == SUCCESS_CODE && category != null) { in setNotificationCategoryAsync() 106 protected void onReceiveResult(int resultCode, Bundle resultData) { in deleteNotificationCategoryAsync() argument 107 if (resultCode == SUCCESS_CODE) { in deleteNotificationCategoryAsync()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/categories/ |
| H A D | ExpoNotificationCategoriesModule.java | 60 protected void onReceiveResult(int resultCode, Bundle resultData) { in getNotificationCategoriesAsync() argument 62 if (resultCode == SUCCESS_CODE && categories != null) { in getNotificationCategoriesAsync() 91 protected void onReceiveResult(int resultCode, Bundle resultData) { in setNotificationCategoryAsync() argument 93 if (resultCode == SUCCESS_CODE && category != null) { in setNotificationCategoryAsync() 106 protected void onReceiveResult(int resultCode, Bundle resultData) { in deleteNotificationCategoryAsync() argument 107 if (resultCode == SUCCESS_CODE) { in deleteNotificationCategoryAsync()
|