Searched refs:mRadioButtonPreferences (Results 1 – 4 of 4) sorted by relevance
77 private List<RadioButtonPreference> mRadioButtonPreferences; field in ZenModePriorityConversationsPreferenceControllerTest135 mRadioButtonPreferences = rbCaptor.getAllValues(); in captureRadioButtons()136 assertThat(mRadioButtonPreferences.size()).isEqualTo(3); in captureRadioButtons()142 for (RadioButtonPreference pref : mRadioButtonPreferences) { in getButton()
79 private List<RadioButtonPreference> mRadioButtonPreferences; field in ZenModePrioritySendersPreferenceControllerTest179 mRadioButtonPreferences = rbCaptor.getAllValues(); in captureRadioButtons()180 assertThat(mRadioButtonPreferences.size()).isEqualTo(4); in captureRadioButtons()186 for (RadioButtonPreference pref : mRadioButtonPreferences) { in getButton()
66 private List<RadioButtonPreference> mRadioButtonPreferences = new ArrayList<>(); field in ZenModePrioritySendersPreferenceController113 for (RadioButtonPreference pref : mRadioButtonPreferences) { in updateState()125 for (RadioButtonPreference pref : mRadioButtonPreferences) { in updateSummaries()181 mRadioButtonPreferences.add(pref); in makeRadioPreference()
61 private List<RadioButtonPreference> mRadioButtonPreferences = new ArrayList<>(); field in ZenModePriorityConversationsPreferenceController104 for (RadioButtonPreference pref : mRadioButtonPreferences) { in updateState()194 mRadioButtonPreferences.add(pref); in makeRadioPreference()