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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/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;
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/
GenericAccountService.java 33 private Authenticator mAuthenticator;
62 mAuthenticator = new Authenticator(this);
72 return mAuthenticator.getIBinder();
  /developers/samples/android/common/src/java/com/example/android/common/accounts/
GenericAccountService.java 33 private Authenticator mAuthenticator;
62 mAuthenticator = new Authenticator(this);
72 return mAuthenticator.getIBinder();
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
GenericAccountService.java 33 private Authenticator mAuthenticator;
62 mAuthenticator = new Authenticator(this);
72 return mAuthenticator.getIBinder();
  /packages/apps/Email/src/com/android/email/mail/internet/
AuthenticationCache.java 27 private final OAuthAuthenticator mAuthenticator;
57 mAuthenticator = new OAuthAuthenticator();
119 final AuthenticationResult result = mAuthenticator.requestRefresh(context,
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactsTest.java 43 private StaticAccountAuthenticator mAuthenticator;
55 mAuthenticator = new StaticAccountAuthenticator(getContext());
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 695 mAuthenticator.getAccountCredentialsForCloning(this, account);
737 mAuthenticator.addAccountFromCredentials(this, account, result);
    [all...]

Completed in 263 milliseconds