Home
last modified time | relevance | path

Searched refs:toRemove (Results 1 – 13 of 13) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI47_0_0EXScopedNotificationSchedulerModule.m57 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 DABI49_0_0EXScopedNotificationSchedulerModule.m57 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 DABI48_0_0EXScopedNotificationSchedulerModule.m57 NSMutableArray<NSString *> *toRemove = [NSMutableArray new];
60 [toRemove addObject:request.identifier];
63 …cationCenter currentNotificationCenter] removePendingNotificationRequestsWithIdentifiers:toRemove];
/expo/ios/Exponent/Versioned/Core/UniversalModules/EXNotifications/
H A DEXScopedNotificationSchedulerModule.m57 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 DScopedNotificationScheduler.kt83 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 DSchedulerManagerImpl.kt38 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 DDevLauncherRecentlyOpenedAppsRegistry.kt69 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 DScopedNotificationScheduler.kt95 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 DScopedNotificationScheduler.kt95 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 DScopedNotificationScheduler.kt95 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 DStorageTest.kt44 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 DStorageTest.kt44 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 DStorageTest.kt44 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>()