Home
last modified time | relevance | path

Searched refs:addAccountPref (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountPreferenceController.java143 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DChooseAccountPreferenceController.java143 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()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAccountsFragment.java145 final Preference addAccountPref = findPreference(KEY_ADD_ACCOUNT); in updateAccounts() local
146 if (addAccountPref != null) { in updateAccounts()
147 addAccountPref.setOrder(Integer.MAX_VALUE); in updateAccounts()
149 addAccountPref.setVisible(false); in updateAccounts()
151 setUpAddAccountPrefIntent(addAccountPref, getContext()); in updateAccounts()