Home
last modified time | relevance | path

Searched defs:channel2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java326 NotificationChannel channel2 = in testChannelXml() local
390 NotificationChannel channel2 = in testChannelXmlForBackup() local
570 NotificationChannel channel2 = in testChannelXml_backup() local
772 final NotificationChannel channel2 = in testUpdate() local
1109 NotificationChannel channel2 = in testGetDeletedChannels() local
1111 channelMap.put(channel2.getId(), channel2); in testGetDeletedChannels() local
1141 NotificationChannel channel2 = in testGetDeletedChannelCount() local
1160 NotificationChannel channel2 = in testGetBlockedChannelCount() local
1237 NotificationChannel channel2 = new NotificationChannel("id2", "name2", in testGetChannelsBypassingDndCount_multipleChannelsBypassing() local
1313 NotificationChannel channel2 = new NotificationChannel("id2", "name2", in testGetAppsBypassingDndCount_oneAppBypassing() local
[all …]
DNotificationManagerServiceTest.java627 final NotificationChannel channel2 = in testCreateNotificationChannels_TwoChannels() local
701 final NotificationChannel channel2 = in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() local
1736 NotificationChannel channel2 = new NotificationChannel("a", "b", IMPORTANCE_LOW); in testCreateChannelNotifyListener() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DScanScheduleUtil.java38 @Nullable WifiNative.ChannelSettings channel2) { in channelEquals()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt54 private lateinit var channel2: NotificationChannel variable in com.android.systemui.statusbar.notification.row.ChannelEditorDialogControllerTest