Searched refs:mAccountsWithFeatures (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1080 private volatile ArrayList<Account> mAccountsWithFeatures = null; field in class:AccountManagerService.GetAccountsByTypeAndFeatureSession
1093 mAccountsWithFeatures = new ArrayList<Account>(mAccountsOfType.length);
1131 mAccountsWithFeatures.add(mAccountsOfType[mCurrentAccount]);
1141 Account[] accounts = new Account[mAccountsWithFeatures.size()];
1143 accounts[i] = mAccountsWithFeatures.get(i);

Completed in 5 milliseconds