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

  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
AuthenticatorContentProvider.java 82 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes();
100 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes();
  /cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
SyncAdapterSettingsTest.java 246 return Arrays.stream(am.getAuthenticatorTypes())
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 250 AuthenticatorDescription[] accountTypes = AccountManager.get(this).getAuthenticatorTypes();
  /development/apps/Development/src/com/android/development/
AccountsTester.java 165 mAuthenticatorDescs = mAccountManager.getAuthenticatorTypes();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccountManager.java 200 protected AuthenticatorDescription[] getAuthenticatorTypes() {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAccountManagerTest.java 440 AuthenticatorDescription[] result = am.getAuthenticatorTypes();
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java     [all...]

Completed in 257 milliseconds