Searched refs:mHasAccounts (Results 1 – 2 of 2) sorted by relevance
92 boolean mHasAccounts; field in MainFragment431 mHasAccounts = false; in updateAccountPref()436 mHasAccounts = true; in updateAccountPref()476 if (preference.getKey().equals(KEY_ACCOUNTS_AND_SIGN_IN) && !mHasAccounts in onPreferenceTreeClick()
248 assertTrue(mMainFragment.mHasAccounts); in testUpdateAccountPref_hasOneAccount()263 assertFalse(mMainFragment.mHasAccounts); in testUpdateAccountPref_hasNoAccount()283 assertTrue(mMainFragment.mHasAccounts); in testUpdateAccountPref_hasMoreThanOneAccount()