Searched refs:AuthSession (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | AuthSessionTest.java | 119 @Mock private AuthSession.ClientDeathReceiver mClientDeathReceiver; 154 final AuthSession session = createAuthSession(mSensors, in testNewAuthSession_eligibleSensorsSetToStateUnknown() 176 final AuthSession session = createAuthSession(mSensors, in testStartNewAuthSession() 238 final AuthSession session = createAuthSession(mSensors, in testOnErrorReceived_lockoutError() 274 final AuthSession session = createAuthSession(mSensors, in testOnErrorReceivedBeforeOnDialogAnimatedIn() 313 final AuthSession session = createAuthSession(mSensors, in testOnRejectionReceivedBeforeOnDialogAnimatedIn() 350 final AuthSession session = createAuthSession(mSensors, in testCancelReducesAppetiteForCookies() 411 final AuthSession session = createAuthSession(mSensors, in testMultiAuth_fingerprintSensorStartsAfterUINotifies() 466 final AuthSession session = createAuthSession(mSensors, in testOnDialogAnimatedInDoesNothingDuringInvalidState() 518 final AuthSession session = createAuthSession(mSensors, in testCallbackOnAcquired() [all …]
|
D | BiometricServiceTest.java | 2013 private static int getCookieForCurrentSession(AuthSession session) { in getCookieForCurrentSession() 2021 private static int getCookieForPendingSession(AuthSession session) { in getCookieForPendingSession()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricService.java | 136 AuthSession mAuthSession; 510 private AuthSession.ClientDeathReceiver createClientDeathReceiver(final long requestId) { 1175 private AuthSession getAuthSessionIfCurrent(long requestId) { 1176 final AuthSession session = mAuthSession; 1187 final AuthSession session = getAuthSessionIfCurrent(requestId); 1201 final AuthSession session = getAuthSessionIfCurrent(requestId); 1218 final AuthSession session = getAuthSessionIfCurrent(requestId); 1234 final AuthSession session = getAuthSessionIfCurrent(requestId); 1254 final AuthSession session = getAuthSessionIfCurrent(requestId); 1265 final AuthSession session = getAuthSessionIfCurrent(requestId); [all …]
|
D | AuthSession.java | 80 public final class AuthSession implements IBinder.DeathRecipient { class 159 AuthSession(@NonNull Context context, in AuthSession() method in AuthSession 184 AuthSession(@NonNull Context context, in AuthSession() method in AuthSession
|