Searched refs:isNullAccount (Results 1 – 6 of 6) sorted by relevance
83 public boolean isNullAccount() { in isNullAccount() method in AccountWithDataSet130 if (isNullAccount()) { in hasData()
263 return defaultAccount == null || !defaultAccount.isNullAccount(); in shouldShowAccountChangedNotification()267 && !currentWritableAccounts.get(0).isNullAccount()) { in shouldShowAccountChangedNotification()
125 if (!onlyAccount.isNullAccount() in maybeUpdateDefaultAccount()
144 } else if (numAccounts == 1 && !accounts.get(0).getAccount().isNullAccount()) { in updateDisplayedAccounts()
241 return !allAccounts.get(0).isNullAccount();
168 if (account.isNullAccount()) { in createAccountSet()