Home
last modified time | relevance | path

Searched refs:REQUEST_ID (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DSensorOverlaysTest.java48 private static final long REQUEST_ID = 8; field in SensorOverlaysTest
58 when(mAcquisitionClient.getRequestId()).thenReturn(REQUEST_ID); in setup()
105 eq(REQUEST_ID), eq(SENSOR_ID), eq(reason), any()); in testShow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsShell.kt43 private const val REQUEST_ID = 2L
118 REQUEST_ID,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsControllerOverlayTest.kt78 private const val REQUEST_ID = 2L
152 udfpsDisplayMode, secureSettings, REQUEST_ID, reason,
329 assertThat(controllerOverlay.matchesRequestId(REQUEST_ID)).isTrue()
330 assertThat(controllerOverlay.matchesRequestId(REQUEST_ID + 1)).isFalse()
H A DAuthControllerTest.java129 private static final long REQUEST_ID = 22; field in AuthControllerTest
232 when(mDialog1.getRequestId()).thenReturn(REQUEST_ID); in setup()
233 when(mDialog2.getRequestId()).thenReturn(REQUEST_ID); in setup()
643 mAuthController.hideAuthenticationDialog(REQUEST_ID + 1); in testHideAuthenticationDialog_invokesDismissFromSystemServer()
647 mAuthController.hideAuthenticationDialog(REQUEST_ID); in testHideAuthenticationDialog_invokesDismissFromSystemServer()
677 mAuthController.hideAuthenticationDialog(REQUEST_ID); in testCancelAuthentication_whenCredentialConfirmed_doesntCrash()
1010 REQUEST_ID); in testShowDialog_whenOwnerNotInForeground()
1025 REQUEST_ID); in showDialog() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintEnrollClientTest.java73 private static final long REQUEST_ID = 9; field in FingerprintEnrollClientTest
278 verify(mUdfpsOverlayController).showUdfpsOverlay(eq(REQUEST_ID), anyInt(), anyInt(), any()); in showHideOverlay()
295 return new FingerprintEnrollClient(mContext, () -> aidl, mToken, REQUEST_ID, in createClient()
H A DFingerprintAuthenticationClientTest.java92 private static final long REQUEST_ID = 88; field in FingerprintAuthenticationClientTest
381 verify(mUdfpsOverlayController).showUdfpsOverlay(eq(REQUEST_ID), anyInt(), anyInt(), any()); in showHideOverlay()
461 REQUEST_ID, listener, OP_ID, in createClient()
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureResult.java3738 public static final Key<Integer> REQUEST_ID = field in CaptureResult
H A DCaptureRequest.java3095 public static final Key<Integer> REQUEST_ID = field in CaptureRequest
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11408 field public static final String EXTRA_REQUEST_ID = "android.content.extra.REQUEST_ID";