Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DChooseAccountActivity.java98 AccountInfo[] mAccountInfos = new AccountInfo[mAccounts.length]; in onCreate()
100 mAccountInfos[i] = new AccountInfo(((Account) mAccounts[i]).name, in onCreate()
177 private static class AccountInfo { class in ChooseAccountActivity
181 AccountInfo(String name, Drawable drawable) { in AccountInfo() method in ChooseAccountActivity.AccountInfo
192 private static class AccountArrayAdapter extends ArrayAdapter<AccountInfo> {
194 private AccountInfo[] mInfos;
196 public AccountArrayAdapter(Context context, int textViewResourceId, AccountInfo[] infos) { in AccountArrayAdapter()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java173 static class AccountInfo { class in SyncStorageEngine
178 AccountInfo(AccountAndUser accountAndUser) { in AccountInfo() method in SyncStorageEngine.AccountInfo
434 private final HashMap<AccountAndUser, AccountInfo> mAccounts
435 = new HashMap<AccountAndUser, AccountInfo>();
857 for (AccountInfo accountInfo : mAccounts.values()) { in setBackoffLocked()
882 for (AccountInfo accountInfo : mAccounts.values()) { in clearAllBackoffsLocked()
1036 Iterator<AccountInfo> accIt = mAccounts.values().iterator(); in removeStaleAccounts()
1038 AccountInfo acc = accIt.next(); in removeStaleAccounts()
1476 AccountInfo accountInfo = mAccounts.get(au); in getAuthorityLocked()
1507 AccountInfo account = mAccounts.get(au); in getOrCreateAuthorityLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-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;
/frameworks/base/services/
Dart-profile18981 Lcom/android/server/content/SyncStorageEngine$AccountInfo;