Searched refs:addAccountPref (Results 1 – 3 of 3) sorted by relevance
143 boolean addAccountPref = true; in onAuthDescriptionsUpdated()145 addAccountPref = false; in onAuthDescriptionsUpdated()148 addAccountPref = true; in onAuthDescriptionsUpdated()153 if (addAccountPref && mAccountTypesFilter != null in onAuthDescriptionsUpdated()155 addAccountPref = false; in onAuthDescriptionsUpdated()157 if (addAccountPref) { in onAuthDescriptionsUpdated()
142 final Preference addAccountPref = findPreference(KEY_ADD_ACCOUNT); in updateAccounts() local143 if (addAccountPref != null) { in updateAccounts()144 addAccountPref.setOrder(Integer.MAX_VALUE); in updateAccounts()146 addAccountPref.setVisible(false); in updateAccounts()148 setUpAddAccountPrefIntent(addAccountPref, getContext()); in updateAccounts()