HomeSort by relevance Sort by last modified time
    Searched full:accountmanagername (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 61 private final String accountManagerName;
235 json.put(AccountColumns.ACCOUNT_MANAGER_NAME, accountManagerName);
315 // We need accountManagerName to be filled in, but we might be dealing with an old cache
318 accountManagerName = name;
320 accountManagerName = amName;
377 accountManagerName = cursor.getString(
469 amAccount = new android.accounts.Account(accountManagerName, type);
498 accountManagerName = in.readString();
542 dest.writeString(accountManagerName);
602 TextUtils.equals(accountManagerName, other.accountManagerName) &
    [all...]
UIProvider.java 324 public static final String ACCOUNT_MANAGER_NAME = "accountManagerName";
    [all...]

Completed in 1234 milliseconds