Searched refs:addAccountPref (Results 1 – 2 of 2) sorted by relevance
144 boolean addAccountPref = true; in onAuthDescriptionsUpdated()146 addAccountPref = false; in onAuthDescriptionsUpdated()149 addAccountPref = true; in onAuthDescriptionsUpdated()154 if (addAccountPref && mAccountTypesFilter != null in onAuthDescriptionsUpdated()156 addAccountPref = false; in onAuthDescriptionsUpdated()158 if (addAccountPref) { in onAuthDescriptionsUpdated()
167 final Preference addAccountPref = findPreference(KEY_ADD_ACCOUNT); in updateAccounts() local168 if (addAccountPref != null) { in updateAccounts()169 addAccountPref.setOrder(ORDER_ADD_ACCOUNT); in updateAccounts()172 addAccountPref.setVisible(false); in updateAccounts()174 setUpAddAccountPrefIntent(addAccountPref, getContext()); in updateAccounts()