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

  /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(
  /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();
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactsTest.java 43 private StaticAccountAuthenticator mAuthenticator;
55 mAuthenticator = new StaticAccountAuthenticator(getContext());
  /developers/samples/android/common/src/com/example/android/common/accounts/
GenericAccountService.java 34 private Authenticator mAuthenticator;
56 mAuthenticator = new Authenticator(this);
66 return mAuthenticator.getIBinder();
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 607 mAuthenticator.getAccountCredentialsForCloning(this, account);
649 mAuthenticator.addAccountFromCredentials(this, account, result);
    [all...]

Completed in 4771 milliseconds