HomeSort by relevance Sort by last modified time
    Searched refs:accountInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 213 static class AccountInfo {
218 AccountInfo(AccountAndUser accountAndUser) {
410 private final HashMap<AccountAndUser, AccountInfo> mAccounts
411 = new HashMap<AccountAndUser, AccountInfo>();
816 for (AccountInfo accountInfo : mAccounts.values()) {
817 if (account != null && !account.equals(accountInfo.accountAndUser.account)
818 && userId != accountInfo.accountAndUser.userId) {
821 for (AuthorityInfo authorityInfo : accountInfo.authorities.values()) {
841 for (AccountInfo accountInfo : mAccounts.values())
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js     [all...]

Completed in 5808 milliseconds