Lines Matching full:account
19 import android.accounts.Account;
276 Account[] accounts = mgr.getAccountsAsUser(profileId);
296 Account account = accounts[i];
299 if (account.type.equals(descs[j].type)) {
305 Log.w(TAG, "No descriptor for account name=" + account.name
306 + " type=" + account.type);
318 Log.w(TAG, "Bad package name for account type " + desc.type);
320 Log.w(TAG, "Invalid icon id for account type " + desc.type, e);
328 ((TextView) child.findViewById(android.R.id.title)).setText(account.name);