| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI47_0_0EXScopedNotificationSchedulerModule.m | 57 NSMutableArray<NSString *> *toRemove = [NSMutableArray new]; 60 [toRemove addObject:request.identifier]; 63 …cationCenter currentNotificationCenter] removePendingNotificationRequestsWithIdentifiers:toRemove];
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI49_0_0EXScopedNotificationSchedulerModule.m | 57 NSMutableArray<NSString *> *toRemove = [NSMutableArray new]; 60 [toRemove addObject:request.identifier]; 63 …cationCenter currentNotificationCenter] removePendingNotificationRequestsWithIdentifiers:toRemove];
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI48_0_0EXScopedNotificationSchedulerModule.m | 57 NSMutableArray<NSString *> *toRemove = [NSMutableArray new]; 60 [toRemove addObject:request.identifier]; 63 …cationCenter currentNotificationCenter] removePendingNotificationRequestsWithIdentifiers:toRemove];
|
| /expo/ios/Exponent/Versioned/Core/UniversalModules/EXNotifications/ |
| H A D | EXScopedNotificationSchedulerModule.m | 57 NSMutableArray<NSString *> *toRemove = [NSMutableArray new]; 60 [toRemove addObject:request.identifier]; 63 …cationCenter currentNotificationCenter] removePendingNotificationRequestsWithIdentifiers:toRemove];
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedNotificationScheduler.kt | 83 val toRemove = mutableListOf<String>() in <lambda>() constant 86 toRemove.add(request.identifier) in <lambda>() 89 if (toRemove.size == 0) { in <lambda>() 93 cancelSelectedNotificationsAsync(toRemove.toTypedArray(), promise) in <lambda>()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/managers/ |
| H A D | SchedulerManagerImpl.kt | 38 val toRemove = mutableListOf<String>() in removeAll() constant 42 toRemove.add(key) in removeAll() 46 for (key in toRemove) { in removeAll()
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/ |
| H A D | DevLauncherRecentlyOpenedAppsRegistry.kt | 69 val toRemove = mutableListOf<String>() in <lambda>() constant 75 toRemove.add(url) in <lambda>() 83 toRemove.forEach { in <lambda>()
|
| /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 | 95 val toRemove = mutableListOf<String>() in cancelAllScheduledNotificationsAsync() constant 98 toRemove.add(request.identifier) in cancelAllScheduledNotificationsAsync() 101 if (toRemove.size == 0) { in cancelAllScheduledNotificationsAsync() 105 cancelSelectedNotificationsAsync(toRemove.toTypedArray(), promise) in cancelAllScheduledNotificationsAsync()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/ |
| H A D | ScopedNotificationScheduler.kt | 95 val toRemove = mutableListOf<String>() in cancelAllScheduledNotificationsAsync() constant 98 toRemove.add(request.identifier) in cancelAllScheduledNotificationsAsync() 101 if (toRemove.size == 0) { in cancelAllScheduledNotificationsAsync() 105 cancelSelectedNotificationsAsync(toRemove.toTypedArray(), promise) in cancelAllScheduledNotificationsAsync()
|
| /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 | 95 val toRemove = mutableListOf<String>() in cancelAllScheduledNotificationsAsync() constant 98 toRemove.add(request.identifier) in cancelAllScheduledNotificationsAsync() 101 if (toRemove.size == 0) { in cancelAllScheduledNotificationsAsync() 105 cancelSelectedNotificationsAsync(toRemove.toTypedArray(), promise) in cancelAllScheduledNotificationsAsync()
|
| /expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/test/java/com/reactnativecommunity/asyncstorage/next/ |
| H A D | StorageTest.kt | 44 val toRemove = entries.filterIndexed { index, _ -> indicesToRemove.contains(index) } in <lambda>() constant 45 asyncStorage.removeValues(toRemove.map { it.key }) in <lambda>() 47 assertThat(currentEntries).hasSize(entriesCount - toRemove.size) in <lambda>()
|
| /expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/test/java/abi49_0_0/com/reactnativecommunity/asyncstorage/next/ |
| H A D | StorageTest.kt | 44 val toRemove = entries.filterIndexed { index, _ -> indicesToRemove.contains(index) } in <lambda>() constant 45 asyncStorage.removeValues(toRemove.map { it.key }) in <lambda>() 47 assertThat(currentEntries).hasSize(entriesCount - toRemove.size) in <lambda>()
|
| /expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/test/java/abi48_0_0/com/reactnativecommunity/asyncstorage/next/ |
| H A D | StorageTest.kt | 44 val toRemove = entries.filterIndexed { index, _ -> indicesToRemove.contains(index) } in <lambda>() constant 45 asyncStorage.removeValues(toRemove.map { it.key }) in <lambda>() 47 assertThat(currentEntries).hasSize(entriesCount - toRemove.size) in <lambda>()
|