Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogControllerTest.kt120 val channel3 = NotificationChannel("test_channel_3", "Test channel 3", IMPORTANCE_DEFAULT) regex
123 group.channels = listOf(channel1, channel2, channel3, channel4)
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java611 channel3.enableVibration(true); in testChannelXmlForBackup()
652 compareChannels(channel3, in testChannelXmlForBackup()
1088 channel3.enableVibration(true); in testChannelXmlForNonBackup_postMigration()
1174 channel3.enableVibration(true); in testChannelXmlForBackup_postMigration()
1262 channel3.enableVibration(true); in testChannelXmlForBackup_postMigration_noExternal()
1600 NotificationChannel channel3 = in testChannelXml_backup() local
2253 NotificationChannel channel3 = in testGetDeletedChannelCount() local
2277 NotificationChannel channel3 = in testGetBlockedChannelCount() local
2348 channel3.setBypassDnd(true); in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
2366 channel3.setBypassDnd(false); in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
[all …]