Searched refs:isNullAccount (Results 1 – 5 of 5) sorted by relevance
82 public boolean isNullAccount() { in isNullAccount() method in AccountWithDataSet138 if (isNullAccount()) { in hasData()
589 boolean isNullAccount = false; in onCreate()598 isNullAccount = TextUtils.isEmpty(accountName) && TextUtils.isEmpty(accountType) in onCreate()606 if ((!TextUtils.isEmpty(accountName) && !TextUtils.isEmpty(accountType)) || isNullAccount) { in onCreate()
371 if (mAccount.isNullAccount()) { in getSelectionArgs()
248 return !allAccounts.get(0).isNullAccount();
168 if (account.isNullAccount()) { in createAccountSet()