Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfo.java67 public boolean isGoogleAccount() { in isGoogleAccount() method in AccountDisplayInfo
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java128 } else if (displayableAccount.isGoogleAccount()) { in getAccountTypeHeaderLabel()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java431 final boolean isGoogleAccount = TextUtils.equals(GoogleAccountType.ACCOUNT_TYPE, in trimEmpty()
434 final boolean isGooglePhoto = isPhoto && isGoogleAccount; in trimEmpty()