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

  /packages/apps/Dialer/java/com/android/contacts/common/model/
AccountTypeManager.java 592 List<AccountType> accountsForType = accountTypesByType.get(accountType.accountType);
593 if (accountsForType == null) {
594 accountsForType = new ArrayList<>();
596 accountsForType.add(accountType);
597 accountTypesByType.put(accountType.accountType, accountsForType);
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 384 milliseconds