Home
last modified time | relevance | path

Searched refs:accountsByType (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccountManager.java80 List<Account> accountsByType = new ArrayList<>(); in getAccountsByType() local
84 accountsByType.add(a); in getAccountsByType()
88 return accountsByType.toArray(new Account[accountsByType.size()]); in getAccountsByType()
289 Account[] accountsByType = getAccountsByType(accountType);
290 for (Account account : accountsByType) {
547 Account[] accountsByType = getAccountsByType(type);
548 for (Account account : accountsByType) {
568 Account[] accountsByType = getAccountsByType(type);
569 for (Account account : accountsByType) {