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

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1079 private volatile Account[] mAccountsOfType = null; field in class:AccountManagerService.GetAccountsByTypeAndFeatureSession
1091 mAccountsOfType = getAccountsByType(mAccountType);
1093 mAccountsWithFeatures = new ArrayList<Account>(mAccountsOfType.length);
1100 if (mCurrentAccount >= mAccountsOfType.length) {
1118 accountAuthenticator.hasFeatures(this, mAccountsOfType[mCurrentAccount], mFeatures);
1131 mAccountsWithFeatures.add(mAccountsOfType[mCurrentAccount]);

Completed in 7 milliseconds