Searched defs:lastUsedAccountId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java473 * @param lastUsedAccountId the last used account id, which is the basis of the default account
475 public static long getDefaultAccountId(final Context context, final long lastUsedAccountId) { argument
486 if (accountId == lastUsedAccountId) {

Completed in 31 milliseconds