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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 543 List<AccountType> accountsForType = accountTypesByType.get(accountType.accountType);
544 if (accountsForType == null) {
545 accountsForType = Lists.newArrayList();
547 accountsForType.add(accountType);
548 accountTypesByType.put(accountType.accountType, accountsForType);
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 692 final Account[] accountsForType = new Account[accountNames.size()];
693 for (int i = 0; i < accountsForType.length; i++) {
694 accountsForType[i] = new Account(accountNames.get(i), accountType,
697 accounts.accountCache.put(accountType, accountsForType);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 317 milliseconds