Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthServiceTest.java95 private AuthService mAuthService; field in AuthServiceTest
192 mAuthService = new AuthService(mContext, mInjector); in testRegisterNullService_doesNotRegister()
193 mAuthService.onStart(); in testRegisterNullService_doesNotRegister()
222 mAuthService = new AuthService(mContext, mInjector); in testRegisterAuthenticator_registerAuthenticators()
223 mAuthService.onStart(); in testRegisterAuthenticator_registerAuthenticators()
254 mAuthService = new AuthService(mContext, mInjector); in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate()
255 mAuthService.onStart(); in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate()
262 mAuthService.mImpl.authenticate( in testAuthenticate_appOpsOk_callsBiometricServiceAuthenticate()
283 mAuthService = new AuthService(mContext, mInjector); in testAuthenticate_appOpsDenied_doesNotCallBiometricService()
284 mAuthService.onStart(); in testAuthenticate_appOpsDenied_doesNotCallBiometricService()
[all …]