Home
last modified time | relevance | path

Searched refs:captured (Results 1 – 25 of 52) sorted by relevance

123

/expo/packages/expo-media-library/android/src/test/java/expo/modules/medialibrary/assets/
H A DGetAssetInfoTests.kt75 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 DGetAlbumInfoTests.kt64 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 DGetAlbumTests.kt70 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 DWebBrowserModuleTest.kt125 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 DDevLauncherExpoActivityConfiguratorTest.kt46 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 DErrorRecoveryTest.kt29 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 DJSIModuleMock.kt60 slot.captured.execute(mockk()) in withJSIInterop()
82 functionSlot.captured.invoke() in withJSIInterop()
/expo/docs/pages/versions/unversioned/sdk/
H A Dscreen-capture.mdx3 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 Dtask-manager.mdx91 // do something with the locations captured in the background
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dscreen-capture.mdx3 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 Dtask-manager.mdx91 // do something with the locations captured in the background
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dscreen-capture.mdx3 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 Dtask-manager.mdx88 // do something with the locations captured in the background
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dscreen-capture.mdx3 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 Dtask-manager.mdx91 // do something with the locations captured in the background
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dscreen-capture.mdx3 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 Dtask-manager.mdx87 // do something with the locations captured in the background
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Utils/
H A DABI47_0_0PlatformRunLoopObserver.mm53 // A value (not a reference) to be captured by the block.
/expo/packages/expo-screen-capture/
H A DREADME.md3 **`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 DABI49_0_0PlatformRunLoopObserver.mm53 // 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 DABI48_0_0PlatformRunLoopObserver.mm53 // 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 DDevLauncherUpdatesHelperTest.kt52 val callback = slot.captured in mockUpdatesInterface()
/expo/apps/native-component-list/src/screens/
H A DViewShotScreen.tsx72 alert('Successfully added captured screen to media library');
/expo/packages/expo-dev-client-components/
H A DREADME.md87 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 DDevLauncherAppLoaderFactoryTest.kt140 verifyShouldContinue(slot.captured(manifest)) in mockUpdatesInterface()

123