Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountWithDataSet.java83 public boolean isNullAccount() { in isNullAccount() method in AccountWithDataSet
130 if (isNullAccount()) { in hasData()
/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferences.java263 return defaultAccount == null || !defaultAccount.isNullAccount(); in shouldShowAccountChangedNotification()
267 && !currentWritableAccounts.get(0).isNullAccount()) { in shouldShowAccountChangedNotification()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorUtils.java125 if (!onlyAccount.isNullAccount() in maybeUpdateDefaultAccount()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorAccountsChangedActivity.java144 } else if (numAccounts == 1 && !accounts.get(0).getAccount().isNullAccount()) { in updateDisplayedAccounts()
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java241 return !allAccounts.get(0).isNullAccount();
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java168 if (account.isNullAccount()) { in createAccountSet()