Searched refs:mAuthService (Results 1 – 1 of 1) sorted by relevance
95 private AuthService mAuthService; field in AuthServiceTest192 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 …]