Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1979 NotificationChannel savedChannel = in testCreateChannel_CannotChangeHiddenFields() local
1982 assertEquals(channel.getName(), savedChannel.getName()); in testCreateChannel_CannotChangeHiddenFields()
1984 assertFalse(savedChannel.canBypassDnd()); in testCreateChannel_CannotChangeHiddenFields()
1985 assertFalse(VISIBILITY_SECRET == savedChannel.getLockscreenVisibility()); in testCreateChannel_CannotChangeHiddenFields()
1987 assertEquals(channel.canShowBadge(), savedChannel.canShowBadge()); in testCreateChannel_CannotChangeHiddenFields()
1988 assertEquals(channel.canBubble(), savedChannel.canBubble()); in testCreateChannel_CannotChangeHiddenFields()
2012 NotificationChannel savedChannel = in testCreateChannel_CannotChangeHiddenFieldsAssistant() local
2015 assertEquals(channel.getName(), savedChannel.getName()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
2017 assertFalse(savedChannel.canBypassDnd()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
2019 assertEquals(channel.canShowBadge(), savedChannel.canShowBadge()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
[all …]