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

  /frameworks/base/core/java/android/accounts/
IAccountManager.aidl 32 AuthenticatorDescription[] getAuthenticatorTypes();
AccountManager.java 325 public AuthenticatorDescription[] getAuthenticatorTypes() {
327 return mService.getAuthenticatorTypes();
    [all...]
AccountManagerService.java 348 public AuthenticatorDescription[] getAuthenticatorTypes() {
    [all...]
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountPreferenceBase.java 196 mAuthDescs = AccountManager.get(this).getAuthenticatorTypes();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 95 for (AuthenticatorDescription auth : am.getAuthenticatorTypes()) {
  /packages/apps/Contacts/src/com/android/contacts/model/
Sources.java 194 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes();
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 250 AuthenticatorDescription[] accountTypes = AccountManager.get(this).getAuthenticatorTypes();
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 234 mAuthDescs = AccountManager.get(context).getAuthenticatorTypes();
  /development/apps/Development/src/com/android/development/
AccountsTester.java 138 mAuthenticatorDescs = mAccountManager.getAuthenticatorTypes();
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 401 * Test getAuthenticatorTypes()
404 AuthenticatorDescription[] types = am.getAuthenticatorTypes();
    [all...]
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 185 milliseconds