Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java66 private final String accountManagerName; field in Account
268 json.put(AccountColumns.ACCOUNT_MANAGER_NAME, accountManagerName); in serialize()
386 accountManagerName = displayName; in Account()
388 accountManagerName = amName; in Account()
390 accountId = json.optString(UIProvider.AccountColumns.ACCOUNT_ID, accountManagerName); in Account()
449 accountManagerName = cursor.getString( in Account()
553 amAccount = new android.accounts.Account(accountManagerName, type); in getAccountManagerAccount()
600 accountManagerName = in.readString(); in Account()
649 dest.writeString(accountManagerName); in writeToParcel()
714 TextUtils.equals(accountManagerName, other.accountManagerName) && in equals()
[all …]