/cts/tests/location/location_fine/src/android/location/cts/fine/ |
D | LocationManagerFineTest.java | 359 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation() 378 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_Timeout() 403 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_FreshOldLocation() 415 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_DirectExecutor() 428 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_Cancellation() 440 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_ProviderDisabled() 447 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_ProviderDisabled() 461 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_NoteOps() 486 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates() 516 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates() [all …]
|
D | GeofencingTest.java | 122 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert() 155 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert() 200 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testRemoveProximityAlert() 237 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert_StartProximate() 264 ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext); in testAddProximityAlert_Multiple() local 308 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert_Expires()
|
/cts/tests/location/location_none/src/android/location/cts/none/ |
D | NoLocationPermissionTest.java | 57 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates() 65 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates() 72 try (LocationPendingIntentCapture capture = new LocationPendingIntentCapture( in testRequestLocationUpdates() 84 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert()
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | WavFileCapture.cpp | 109 WavFileCapture* capture = (WavFileCapture*)wavCaptureObj; in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_setCaptureFile_1n() local 120 WavFileCapture* capture = (WavFileCapture*)wavCaptureObj; in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_setWavSpec_1n() local 127 WavFileCapture* capture = (WavFileCapture*)wavCaptureObj; in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_startCapture_1n() local 134 WavFileCapture* capture = (WavFileCapture*)wavCaptureObj; in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_completeCapture_1n() local 141 WavFileCapture* capture = (WavFileCapture*)wavCaptureObj; in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_abandonCapture_n() local
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | ScreenshotTestRule.java | 63 private void capture(String fileName) { in capture() method in ScreenshotTestRule 75 private void capture(Description description, String result) { in capture() method in ScreenshotTestRule 81 public void capture() { in capture() method in ScreenshotTestRule
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | ScreenshotTestActivity.java | 65 Button capture = requireViewById(R.id.provisioning_byod_screenshot_capture); in onCreate() local 120 Button capture = requireViewById(R.id.provisioning_byod_screenshot_capture); in reset() local 137 Button capture = requireViewById(R.id.provisioning_byod_screenshot_capture); in setScreenshotPreview() local
|
/cts/tests/location/location_coarse/src/android/location/cts/coarse/ |
D | LocationManagerCoarseTest.java | 178 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates() 202 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates_Passive() 227 try (LocationPendingIntentCapture capture = new LocationPendingIntentCapture(mContext)) { in testRequestLocationUpdates_PendingIntent() 297 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | EmojiTest.java | 236 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureCanvas 259 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureTextView 283 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureEditText 314 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureWebView
|
D | MyanmarTest.java | 240 private Bitmap capture(String text) { in capture() method in MyanmarTest.CaptureTextView 255 static Bitmap capture(Context context, LocaleList localeList, String string) { in capture() method in MyanmarTest.CaptureTextView
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | BitmapDumper.java | 107 File capture = getFile(className, testName, TYPE_SINGULAR); in dumpBitmap() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | FastBasicsTest.java | 119 CaptureRequest capture = stillCaptureRequest.build(); in camera2TestByCamera() local
|
/cts/tests/tests/virtualdevice/audio/src/android/virtualdevice/cts/audio/ |
D | VirtualAudioTest.java | 281 AudioCapture capture = mVirtualAudioDevice.startAudioCapture(CAPTURE_FORMAT); in audioCapture_receivesAudioConfigurationChangeCallback() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2MultiViewTestCase.java | 309 protected void capture(String cameraId, CaptureRequest request, CaptureCallback listener) in capture() method in Camera2MultiViewTestCase 572 public void capture(CaptureRequest request, CaptureCallback listener) in capture() method in Camera2MultiViewTestCase.CameraHolder
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsService.java | 440 void onCaptureAvailable(Image capture, String physicalCameraId); in onCaptureAvailable()
|
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 1886 camera_status_t capture(ACaptureRequest* request, in capture() function in PreviewTestCase 4147 for (intptr_t capture = 0; capture < NUM_TEST_IMAGES; capture++) { in nativeImageReaderTestBase() local 4727 for (int capture = 0; capture < NUM_TEST_IMAGES; capture++) { in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() local
|