Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfo.java39 Drawable icon, boolean isDeviceAccount) { in AccountDisplayInfo() argument
44 mIsDeviceAccount = isDeviceAccount; in AccountDisplayInfo()
71 public boolean isDeviceAccount() { in isDeviceAccount() method in AccountDisplayInfo
DAccountInfo.java75 public boolean isDeviceAccount() { in isDeviceAccount() method in AccountInfo
76 return mDisplayInfo.isDeviceAccount(); in isDeviceAccount()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java115 if (accountInfo.isDeviceAccount()) { in getAccountHeaderLabelForMyProfile()
125 if (displayableAccount.isDeviceAccount()) { in getAccountTypeHeaderLabel()
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java588 text1.setVisibility(!account.mAccountInfo.isDeviceAccount()