Searched refs:mHasAccounts (Results 1 – 2 of 2) sorted by relevance
240 assertTrue(mMainFragment.mHasAccounts); in testUpdateAccountPrefInfo_hasOneAccount()255 assertFalse(mMainFragment.mHasAccounts); in testUpdateAccountPrefInfo_hasNoAccount()275 assertTrue(mMainFragment.mHasAccounts); in testUpdateAccountPrefInfo_hasMoreThanOneAccount()
121 boolean mHasAccounts; field in MainFragment507 mHasAccounts = false; in updateAccountPrefInfo()512 mHasAccounts = true; in updateAccountPrefInfo()556 if ((preference.getKey().equals(KEY_ACCOUNTS_AND_SIGN_IN) && !mHasAccounts in onPreferenceTreeClick()