Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt115 val channel3 = NotificationChannel("test_channel_3", "Test channel 3", IMPORTANCE_DEFAULT) in testPrepareDialogForApp_AddsAllChannelsAllGroups() constant
116 channel3.group = group2.id in testPrepareDialogForApp_AddsAllChannelsAllGroups()
127 group2.channels = listOf(channel3) in testPrepareDialogForApp_AddsAllChannelsAllGroups()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java669 NotificationChannel channel3 = new NotificationChannel("id3", "NAM3", IMPORTANCE_HIGH); in testChannelXmlForBackup() local
670 channel3.enableVibration(true); in testChannelXmlForBackup()
680 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3, false, false, in testChannelXmlForBackup()
692 USER_SYSTEM, channel1.getId(), channel2.getId(), channel3.getId(), in testChannelXmlForBackup()
711 compareChannels(channel3, in testChannelXmlForBackup()
712 mXmlHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3.getId(), false)); in testChannelXmlForBackup()
1134 NotificationChannel channel3 = new NotificationChannel("id3", "NAM3", IMPORTANCE_HIGH); in testChannelXmlForNonBackup_postMigration() local
1135 channel3.enableVibration(true); in testChannelXmlForNonBackup_postMigration()
1145 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, channel3, false, false, in testChannelXmlForNonBackup_postMigration()
1219 NotificationChannel channel3 = new NotificationChannel("id3", "NAM3", IMPORTANCE_HIGH); in testChannelXmlForBackup_postMigration() local
[all …]