Searched refs:accountManagerName (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAccount.java66 private final String accountManagerName; field in class:Account
268 json.put(AccountColumns.ACCOUNT_MANAGER_NAME, accountManagerName);
383 // We need accountManagerName to be filled in, but we might be dealing with an old cache
386 accountManagerName = displayName;
388 accountManagerName = amName;
390 accountId = json.optString(UIProvider.AccountColumns.ACCOUNT_ID, accountManagerName);
449 accountManagerName = cursor.getString(
553 amAccount = new android.accounts.Account(accountManagerName, type);
600 accountManagerName = in.readString();
649 dest.writeString(accountManagerName);
[all...]

Completed in 42 milliseconds