Searched refs:mAuthenticator (Results 1 – 3 of 3) sorted by relevance
23 private Authenticator mAuthenticator; field in AuthenticationService27 mAuthenticator = new Authenticator(this); in onCreate()32 return mAuthenticator.getIBinder(); in onBind()
24 private Authenticator mAuthenticator; field in TestAuthService28 mAuthenticator = new Authenticator(this); in onCreate()33 return mAuthenticator.getIBinder(); in onBind()
26 private TestAuthenticator mAuthenticator; field in TestAuthenticationService33 mAuthenticator = new TestAuthenticator(this); in onCreate()48 return mAuthenticator.getIBinder(); in onBind()