HomeSort by relevance Sort by last modified time
    Searched defs:getAccountsByType (Results 1 - 25 of 47) sorted by null

1 2

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccountManager.java 74 public Account[] getAccountsByType(String type) {
115 for (Account a: getAccountsByType(account.type)) {
281 Account[] accountsByType = getAccountsByType(accountType);
506 Account[] accountsByType = getAccountsByType(type);
527 Account[] accountsByType = getAccountsByType(type);
  /frameworks/base/core/java/android/accounts/
AccountManager.java 101 * <li>List the available accounts using {@link #getAccountsByType} or
116 * of accounts returned by {@link #getAccountsByType}. Requesting an auth token
563 * getAccountsByType(null). These accounts may be visible because the user granted access to the
585 * getAccountsByType(null).
682 public Account[] getAccountsByType(String type) {
686 /** @hide Same as {@link #getAccountsByType(String)} but for a specific user. */
    [all...]
  /development/apps/Development/src/com/android/development/
AccountsTester.java 211 onAccountsUpdated(mAccountManager.getAccountsByType(type));
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 171 Account[] ctsAccounts = am.getAccountsByType(ACCOUNT_TYPE);
172 Account[] ctsCustomAccounts = am.getAccountsByType(ACCOUNT_TYPE_CUSTOM);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 605 milliseconds

1 2