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

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1167 private volatile ArrayList<Account> mAccountsWithFeatures = null; field in class:AccountManagerService.GetAccountsByTypeAndFeatureSession
1180 mAccountsWithFeatures = new ArrayList<Account>(mAccountsOfType.length);
1218 mAccountsWithFeatures.add(mAccountsOfType[mCurrentAccount]);
1228 Account[] accounts = new Account[mAccountsWithFeatures.size()];
1230 accounts[i] = mAccountsWithFeatures.get(i);

Completed in 51 milliseconds