Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/notification/app/
H A DChannelListPreferenceControllerTest.java277 assertEquals(Boolean.TRUE, channelAPref.getCheckedState()); in testUpdateFullList_groupBlockedChange()
281 assertEquals(Boolean.FALSE, channelBPref.getCheckedState()); in testUpdateFullList_groupBlockedChange()
313 assertEquals(Boolean.TRUE, channelAPref.getCheckedState()); in testUpdateFullList_groupBlockedChange()
317 assertEquals(Boolean.FALSE, channelBPref.getCheckedState()); in testUpdateFullList_groupBlockedChange()
354 assertEquals(Boolean.TRUE, channelAPref.getCheckedState()); in testUpdateFullList_channelUpdates()
360 assertEquals(Boolean.FALSE, channelBPref.getCheckedState()); in testUpdateFullList_channelUpdates()
383 assertEquals(Boolean.FALSE, channelAPref.getCheckedState()); in testUpdateFullList_channelUpdates()
389 assertEquals(Boolean.TRUE, channelBPref.getCheckedState()); in testUpdateFullList_channelUpdates()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DPrimarySwitchPreference.java112 public Boolean getCheckedState() { in getCheckedState() method in PrimarySwitchPreference