Home
last modified time | relevance | path

Searched refs:checkedCount (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleListEditor.java180 int checkedCount = mAdapter.getCheckedCount(); in showRemoveLocaleWarningDialog() local
183 if (checkedCount == 0) { in showRemoveLocaleWarningDialog()
189 if (checkedCount == mAdapter.getItemCount()) { in showRemoveLocaleWarningDialog()
211 checkedCount); in showRemoveLocaleWarningDialog()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleListEditor.java180 int checkedCount = mAdapter.getCheckedCount(); in showRemoveLocaleWarningDialog() local
183 if (checkedCount == 0) { in showRemoveLocaleWarningDialog()
189 if (checkedCount == mAdapter.getItemCount()) { in showRemoveLocaleWarningDialog()
211 checkedCount); in showRemoveLocaleWarningDialog()