Searched refs:accountInfo (Results 1 – 7 of 7) sorted by relevance
154 final AccountInfo accountInfo = AccountInfo.getAccount(mAccounts, mCurrentAccount); in addAccountHeader() local157 mAccountHeaderIcon.setImageDrawable(accountInfo.getIcon()); in addAccountHeader()215 final AccountInfo accountInfo = AccountInfo.getAccount(mAccounts, account); in getAccountLabel() local216 return accountInfo != null ? accountInfo.getNameLabel().toString() : null; in getAccountLabel()
114 AccountInfo accountInfo) { in getAccountHeaderLabelForMyProfile() argument115 if (accountInfo.isDeviceAccount()) { in getAccountHeaderLabelForMyProfile()119 accountInfo.getTypeLabel()); in getAccountHeaderLabelForMyProfile()
116 final AccountInfo accountInfo = in getView() local121 accountInfo); in getView()
155 final AccountInfo accountInfo = accounts.get(0); in updateDisplayedAccounts() local157 accountInfo.getNameLabel())); in updateDisplayedAccounts()170 saveAccountAndReturnResult(accountInfo.getAccount()); in updateDisplayedAccounts()
131 for (AccountInfo accountInfo : accounts) { in getFiltersForAccounts()132 final AccountType accountType = accountInfo.getType(); in getFiltersForAccounts()133 final AccountWithDataSet account = accountInfo.getAccount(); in getFiltersForAccounts()
876 for (AccountInfo accountInfo : mAccounts.values()) { in setBackoffLocked()877 if (account != null && !account.equals(accountInfo.accountAndUser.account) in setBackoffLocked()878 && userId != accountInfo.accountAndUser.userId) { in setBackoffLocked()881 for (AuthorityInfo authorityInfo : accountInfo.authorities.values()) { in setBackoffLocked()901 for (AccountInfo accountInfo : mAccounts.values()) { in clearAllBackoffsLocked()909 + " user:" + accountInfo.accountAndUser.userId in clearAllBackoffsLocked()915 changedUserIds.add(accountInfo.accountAndUser.userId); in clearAllBackoffsLocked()1495 AccountInfo accountInfo = mAccounts.get(au); in getAuthorityLocked() local1496 if (accountInfo == null) { in getAuthorityLocked()1504 AuthorityInfo authority = accountInfo.authorities.get(info.provider); in getAuthorityLocked()[all …]
476 public AccountDisplay(ContentResolver resolver, AccountInfo accountInfo) {477 mName = accountInfo.getAccount().name;478 mType = accountInfo.getAccount().type;479 mDataSet = accountInfo.getAccount().dataSet;480 mAccountInfo = accountInfo;