Searched refs:TEST_REQUEST_ID (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerTest.java | 139 private static final long TEST_REQUEST_ID = 70; field in UdfpsControllerTest 343 mOverlayController.showUdfpsOverlay(TEST_REQUEST_ID, mOpticalProps.sensorId, in dozeTimeTick() 462 TEST_REQUEST_ID, mOpticalProps.sensorId); in showUdfpsOverlay_callsListener() 507 mOverlayController.showUdfpsOverlay(TEST_REQUEST_ID, in updateOverlayParams_recreatesOverlay_ifParamsChanged() 642 verify(mFingerprintManager).onPointerDown(eq(TEST_REQUEST_ID), in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 665 verify(mFingerprintManager).onPointerDown(eq(TEST_REQUEST_ID), in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 688 verify(mFingerprintManager).onPointerDown(eq(TEST_REQUEST_ID), in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 712 verify(mFingerprintManager).onPointerDown(eq(TEST_REQUEST_ID), in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 759 verify(mFingerprintManager).onPointerDown(eq(TEST_REQUEST_ID), in fingerDownParameterized() 842 verify(mFingerprintManager).onPointerDown(eq(TEST_REQUEST_ID), in aodInterruptParameterized() [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | AuthSessionTest.java | 140 TEST_REQUEST_ID, in testNewAuthSession_eligibleSensorsSetToStateUnknown() 162 TEST_REQUEST_ID, in testStartNewAuthSession() 224 TEST_REQUEST_ID, in testOnErrorReceived_lockoutError() 259 TEST_REQUEST_ID, in testCancelReducesAppetiteForCookies() 320 TEST_REQUEST_ID, in testMultiAuth_fingerprintSensorStartsAfterUINotifies() 375 TEST_REQUEST_ID, in testOnDialogAnimatedInDoesNothingDuringInvalidState() 429 TEST_REQUEST_ID, in testCallbackOnAcquired() 455 TEST_REQUEST_ID, in testLogOnDialogDismissed_authenticatedWithConfirmation() 483 TEST_REQUEST_ID, in testLogOnDialogDismissed_authenticatedWithoutConfirmation() 506 TEST_REQUEST_ID, in testLogOnDialogDismissed_error() [all …]
|
H A D | BiometricServiceTest.java | 109 private static final long TEST_REQUEST_ID = 44; field in BiometricServiceTest 271 .hideAuthenticationDialog(eq(TEST_REQUEST_ID)); in testClientBinderDied_whenAuthenticating() 338 eq(TEST_REQUEST_ID)); in testAuthenticate_credentialAllowedAndSetup_callsSystemUI() 426 eq(TEST_REQUEST_ID)); in testAuthenticate_picksStrongIfAvailable() 599 eq(TEST_REQUEST_ID), in testAuthenticate_happyPathWithoutConfirmation() 624 eq(TEST_REQUEST_ID)); in testAuthenticate_happyPathWithoutConfirmation() 681 eq(TEST_REQUEST_ID)); in testAuthenticate_noBiometrics_credentialAllowed() 903 .hideAuthenticationDialog(eq(TEST_REQUEST_ID)); in testErrorFromHal_whileAuthenticating_waitsForSysUIBeforeNotifyingClient() 949 eq(TEST_REQUEST_ID)); in testErrorFromHal_whilePreparingAuthentication_credentialAllowed() 1072 eq(TEST_REQUEST_ID)); in testBiometricOrCredentialAuth_whenBiometricLockout_showsCredential() [all …]
|