Searched refs:getCurrentCheckedKey (Results 1 – 3 of 3) sorted by relevance
71 protected abstract String getCurrentCheckedKey(); in getCurrentCheckedKey() method in GroupSelectionPreferenceController90 preference.setChecked(TextUtils.equals(preference.getKey(), getCurrentCheckedKey())); in notifyCheckedKeyChanged()
93 if (TextUtils.equals(selectedKey, getCurrentCheckedKey())) { in handleGroupItemSelected()115 protected final String getCurrentCheckedKey() { in getCurrentCheckedKey() method in DefaultAppsPickerBasePreferenceController
56 protected String getCurrentCheckedKey() { in getCurrentCheckedKey() method in GroupSelectionPreferenceControllerTest.TestGroupSelectionPreferenceController