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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 30 private Authenticator mAuthenticator;
37 mAuthenticator = new Authenticator(this);
54 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 484 mAuthenticator.hasFeatures(this, mAccount, mFeatures);
544 mAuthenticator.getAccountRemovalAllowed(this, mAccount);
    [all...]

Completed in 217 milliseconds