/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
H A D | SensorOverlaysTest.java | 48 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 D | UdfpsShell.kt | 43 private const val REQUEST_ID = 2L 118 REQUEST_ID,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerOverlayTest.kt | 78 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 D | AuthControllerTest.java | 129 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 D | FingerprintEnrollClientTest.java | 73 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 D | FingerprintAuthenticationClientTest.java | 92 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 D | CaptureResult.java | 3738 public static final Key<Integer> REQUEST_ID = field in CaptureResult
|
H A D | CaptureRequest.java | 3095 public static final Key<Integer> REQUEST_ID = field in CaptureRequest
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 11408 field public static final String EXTRA_REQUEST_ID = "android.content.extra.REQUEST_ID";
|