Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 13 of 13) sorted by relevance

/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java229 try (LocationListenerCapture capture = new LocationListenerCapture(mContext); in testGetLastKnownLocation_AdasLocationSettings_ReturnsLocation()
280 try (LocationListenerCapture capture = new LocationListenerCapture(mContext); in testGetLastKnownLocation_AdasLocationSettings_ReturnsNull()
342 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation()
360 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_Timeout()
384 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_FreshOldLocation()
395 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_DirectExecutor()
407 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_Cancellation()
418 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_ProviderDisabled()
425 try (GetCurrentLocationCapture capture = new GetCurrentLocationCapture()) { in testGetCurrentLocation_ProviderDisabled()
438 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates()
[all …]
DGeofencingTest.java122 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/
DNoLocationPermissionTest.java57 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/tests/tests/systemui/src/android/systemui/cts/
DScreenshotTestRule.java63 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/tests/location/location_coarse/src/android/location/cts/coarse/
DLocationManagerCoarseTest.java174 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates()
197 try (LocationListenerCapture capture = new LocationListenerCapture(mContext)) { in testRequestLocationUpdates_Passive()
221 try (LocationPendingIntentCapture capture = new LocationPendingIntentCapture(mContext)) { in testRequestLocationUpdates_PendingIntent()
288 try (ProximityPendingIntentCapture capture = new ProximityPendingIntentCapture(mContext)) { in testAddProximityAlert()
/cts/tests/tests/text/src/android/text/cts/
DEmojiTest.java227 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureCanvas
250 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureTextView
274 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureEditText
305 Bitmap capture(char c[]) { in capture() method in EmojiTest.CaptureWebView
DMyanmarTest.java235 private Bitmap capture(String text) { in capture() method in MyanmarTest.CaptureTextView
250 static Bitmap capture(Context context, LocaleList localeList, String string) { in capture() method in MyanmarTest.CaptureTextView
/cts/tests/tests/view/src/android/view/cts/util/
DBitmapDumper.java107 File capture = getFile(className, testName, TYPE_SINGULAR); in dumpBitmap() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DFastBasicsTest.java118 CaptureRequest capture = stillCaptureRequest.build(); in camera2TestByCamera() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapDumper.java156 File capture = getFile(className, testName, TYPE_SINGULAR); in dumpBitmap() local
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java308 protected void capture(String cameraId, CaptureRequest request, CaptureCallback listener) in capture() method in Camera2MultiViewTestCase
570 public void capture(CaptureRequest request, CaptureCallback listener) in capture() method in Camera2MultiViewTestCase.CameraHolder
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java367 void onCaptureAvailable(Image capture, String physicalCameraId); in onCaptureAvailable()
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp1657 camera_status_t capture(ACaptureRequest* request, in capture() function in PreviewTestCase
3670 for (intptr_t capture = 0; capture < NUM_TEST_IMAGES; capture++) { in nativeImageReaderTestBase() local
4249 for (int capture = 0; capture < NUM_TEST_IMAGES; capture++) { in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() local