| /expo/packages/expo-media-library/android/src/test/java/expo/modules/medialibrary/assets/ |
| H A D | GetAssetInfoTests.kt | 75 assertEquals(expectedSelection, selectionSlot.captured) in GetAssetInfo should call queryAssetInfo() 76 assertEquals(1, selectionArgsSlot.captured.size) in GetAssetInfo should call queryAssetInfo() 77 assertEquals(assetId, selectionArgsSlot.captured[0]) in GetAssetInfo should call queryAssetInfo()
|
| /expo/packages/expo-media-library/android/src/test/java/expo/modules/medialibrary/albums/ |
| H A D | GetAlbumInfoTests.kt | 64 assertTrue(selectionSlot.captured.contains(expectedSelection, ignoreCase = true)) in GetAlbum should call queryAlbum() 65 assertEquals(1, selectionArgsSlot.captured.size) in GetAlbum should call queryAlbum() 66 assertEquals(albumName, selectionArgsSlot.captured[0]) in GetAlbum should call queryAlbum()
|
| H A D | GetAlbumTests.kt | 70 assertEquals(expectedSelection, selectionSlot.captured) in <lambda>() 71 assertEquals(1, selectionArgsSlot.captured.size) in <lambda>() 72 assertEquals(albumName, selectionArgsSlot.captured[0]) in <lambda>()
|
| /expo/packages/expo-web-browser/android/src/test/java/expo/modules/webbrowser/ |
| H A D | WebBrowserModuleTest.kt | 125 intentSlot.captured.let { in openBrowserAsync() 150 intentSlot.captured.let { in openBrowserAsync() 179 intentSlot.captured.let { in openBrowserAsync() 204 intentSlot.captured.let { in openBrowserAsync()
|
| /expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/launcher/configurators/ |
| H A D | DevLauncherExpoActivityConfiguratorTest.kt | 46 Truth.assertThat(slot.captured.label).isEqualTo("test-app-name") in sets task description from manifest() 47 Truth.assertThat(slot.captured.primaryColor).isEqualTo(Color.parseColor("#cccccc")) in sets task description from manifest() 106 runOnUiThreadSlot.captured.run() in verifyStatusBar()
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryTest.kt | 29 val message = messageSlot.captured in setup() 277 relaunchSlot.captured.onSuccess() in mockRelaunchWillSucceed() 284 relaunchSlot.captured.onFailure(mockk()) in mockRelaunchWillFail()
|
| /expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/ |
| H A D | JSIModuleMock.kt | 60 slot.captured.execute(mockk()) in withJSIInterop() 82 functionSlot.captured.invoke() in withJSIInterop()
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | screen-capture.mdx | 3 description: A library that allows you to protect screens in your app from being captured or record… 13 `expo-screen-capture` allows you to protect screens in your app from being captured or recorded, as…
|
| H A D | task-manager.mdx | 91 // do something with the locations captured in the background
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | screen-capture.mdx | 3 description: A library that allows you to protect screens in your app from being captured or record… 13 `expo-screen-capture` allows you to protect screens in your app from being captured or recorded, as…
|
| H A D | task-manager.mdx | 91 // do something with the locations captured in the background
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | screen-capture.mdx | 3 description: A library that allows you to protect screens in your app from being captured or record… 13 `expo-screen-capture` allows you to protect screens in your app from being captured or recorded, as…
|
| H A D | task-manager.mdx | 88 // do something with the locations captured in the background
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | screen-capture.mdx | 3 description: A library that allows you to protect screens in your app from being captured or record… 13 `expo-screen-capture` allows you to protect screens in your app from being captured or recorded, as…
|
| H A D | task-manager.mdx | 91 // do something with the locations captured in the background
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | screen-capture.mdx | 3 description: A library that allows you to protect screens in your app from being captured or record… 13 `expo-screen-capture` allows you to protect screens in your app from being captured or recorded, as…
|
| H A D | task-manager.mdx | 87 // do something with the locations captured in the background
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Utils/ |
| H A D | ABI47_0_0PlatformRunLoopObserver.mm | 53 // A value (not a reference) to be captured by the block.
|
| /expo/packages/expo-screen-capture/ |
| H A D | README.md | 3 **`expo-screen-capture`** allows you to protect screens in your app from being captured or recorded…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Utils/ |
| H A D | ABI49_0_0PlatformRunLoopObserver.mm | 53 // A value (not a reference) to be captured by the block.
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Utils/ |
| H A D | ABI48_0_0PlatformRunLoopObserver.mm | 53 // A value (not a reference) to be captured by the block.
|
| /expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/helpers/ |
| H A D | DevLauncherUpdatesHelperTest.kt | 52 val callback = slot.captured in mockUpdatesInterface()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | ViewShotScreen.tsx | 72 alert('Successfully added captured screen to media library');
|
| /expo/packages/expo-dev-client-components/ |
| H A D | README.md | 87 All of the variants are captured by typescript which makes using them a breeze.
|
| /expo/packages/expo-dev-launcher/android/src/testDebug/java/expo/modules/devlauncher/launcher/loaders/ |
| H A D | DevLauncherAppLoaderFactoryTest.kt | 140 verifyShouldContinue(slot.captured(manifest)) in mockUpdatesInterface()
|