Home
last modified time | relevance | path

Searched refs:AccountInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/accounts/
DChooseAccountActivity.java91 AccountInfo[] mAccountInfos = new AccountInfo[mAccounts.length]; in onCreate()
93 mAccountInfos[i] = new AccountInfo(((Account) mAccounts[i]).name, in onCreate()
170 private static class AccountInfo { class in ChooseAccountActivity
174 AccountInfo(String name, Drawable drawable) { in AccountInfo() method in ChooseAccountActivity.AccountInfo
185 private static class AccountArrayAdapter extends ArrayAdapter<AccountInfo> {
187 private AccountInfo[] mInfos;
189 public AccountArrayAdapter(Context context, int textViewResourceId, AccountInfo[] infos) { in AccountArrayAdapter()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java184 static class AccountInfo { class in SyncStorageEngine
189 AccountInfo(AccountAndUser accountAndUser) { in AccountInfo() method in SyncStorageEngine.AccountInfo
451 private final HashMap<AccountAndUser, AccountInfo> mAccounts
452 = new HashMap<AccountAndUser, AccountInfo>();
935 for (AccountInfo accountInfo : mAccounts.values()) { in setBackoffLocked()
960 for (AccountInfo accountInfo : mAccounts.values()) { in clearAllBackoffsLocked()
1116 Iterator<AccountInfo> accIt = mAccounts.values().iterator(); in removeStaleAccounts()
1118 AccountInfo acc = accIt.next(); in removeStaleAccounts()
1557 AccountInfo accountInfo = mAccounts.get(au); in getAuthorityLocked()
1588 AccountInfo account = mAccounts.get(au); in getOrCreateAuthorityLocked()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt412 …yAdapter;-><init>(Landroid/content/Context;I[Landroid/accounts/ChooseAccountActivity$AccountInfo;)V
413 …eAccountActivity$AccountArrayAdapter;->mInfos:[Landroid/accounts/ChooseAccountActivity$AccountInfo;
415 Landroid/accounts/ChooseAccountActivity$AccountInfo;-><init>(Ljava/lang/String;Landroid/graphics/dr…
416 Landroid/accounts/ChooseAccountActivity$AccountInfo;->drawable:Landroid/graphics/drawable/Drawable;
417 Landroid/accounts/ChooseAccountActivity$AccountInfo;->name:Ljava/lang/String;