Home
last modified time | relevance | path

Searched defs:channel1 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java321 NotificationChannel channel1 = in testChannelXml() local
385 NotificationChannel channel1 = in testChannelXmlForBackup() local
565 NotificationChannel channel1 = in testChannelXml_backup() local
1175 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testUpdateChannelsBypassingDnd_onUserSwitch_onUserUnlocked() local
1212 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() local
1232 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testGetChannelsBypassingDndCount_multipleChannelsBypassing() local
1290 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked() local
1308 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testGetAppsBypassingDndCount_oneAppBypassing() local
1504 NotificationChannel channel1 = in testPermanentlyDeleteChannels() local
1593 NotificationChannel channel1 = in testOnPackageChanged_packageRemoval() local
[all …]
DNotificationChannelTest.java56 NotificationChannel channel1 = NotificationChannel.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
DNotificationManagerServiceTest.java569 final NotificationChannel channel1 = in testCreateNotificationChannels_TwoChannels() local
643 final NotificationChannel channel1 = in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DScanScheduleUtil.java37 public static boolean channelEquals(@Nullable WifiNative.ChannelSettings channel1, in channelEquals()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt53 private lateinit var channel1: NotificationChannel variable in com.android.systemui.statusbar.notification.row.ChannelEditorDialogControllerTest