HomeSort by relevance Sort by last modified time
    Searched refs:mAuthenticator (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestAuthenticationService.java 26 private TestAuthenticator mAuthenticator;
31 mAuthenticator = new TestAuthenticator(this);
42 return mAuthenticator.getIBinder();
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 32 private Authenticator mAuthenticator;
39 mAuthenticator = new Authenticator(this);
55 return mAuthenticator.getIBinder();
  /frameworks/base/obex/javax/obex/
ObexSession.java 50 protected Authenticator mAuthenticator;
63 if (mAuthenticator == null) {
125 result = mAuthenticator
191 if (mAuthenticator == null) {
195 byte[] correctPassword = mAuthenticator.onAuthenticationResponse(ObexHelper.getTagValue(
ClientSession.java 279 mAuthenticator = auth;
ServerSession.java 73 mAuthenticator = auth;
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 491 mAuthenticator.hasFeatures(this, mAccount, mFeatures);
573 mAuthenticator.getAccountRemovalAllowed(this, mAccount);
    [all...]

Completed in 120 milliseconds