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

/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java1681 private volatile Account[] mAccountsOfType = null; field in class:AccountManagerService.GetAccountsByTypeAndFeatureSession
1697 mAccountsOfType = getAccountsFromCacheLocked(mAccounts, mAccountType, mCallingUid,
1701 mAccountsWithFeatures = new ArrayList<Account>(mAccountsOfType.length);
1708 if (mCurrentAccount >= mAccountsOfType.length) {
1726 accountAuthenticator.hasFeatures(this, mAccountsOfType[mCurrentAccount], mFeatures);
1740 mAccountsWithFeatures.add(mAccountsOfType[mCurrentAccount]);

Completed in 28 milliseconds