Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountComparator.java41 } else if (isWritableGoogleAccount(a) && a.equals(mDefaultAccount)) { in compare()
43 } else if (isWritableGoogleAccount(b) && b.equals(mDefaultAccount)) { in compare()
45 } else if (isWritableGoogleAccount(a) && !isWritableGoogleAccount(b)) { in compare()
47 } else if (isWritableGoogleAccount(b) && !isWritableGoogleAccount(a)) { in compare()
68 private static boolean isWritableGoogleAccount(AccountWithDataSet account) { in isWritableGoogleAccount() method in AccountComparator