Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java457 private NotificationChannel mTestNotificationChannel = new NotificationChannel( field in NotificationManagerServiceTest
856 Arrays.asList(mTestNotificationChannel, mSilentChannel))); in initNMS()
858 Arrays.asList(mTestNotificationChannel, mSilentChannel))); in initNMS()
860 Arrays.asList(mTestNotificationChannel, mSilentChannel))); in initNMS()
1038 mTestNotificationChannel.setAllowBubbles(channelEnabled); in setUpPrefsForBubbles()
1097 channel = mTestNotificationChannel; in generateNotificationRecord()
1131 channel = mTestNotificationChannel; in generateNotificationRecord()
1151 channel = mTestNotificationChannel; in generateMessageBubbleNotifRecord()
1229 mTestNotificationChannel.getId()) in getMessageStyleNotifBuilder()
1271 mTestNotificationChannel, 1 /* id */, "tag", groupKey, false /* isSummary */, in addGroupWithBubblesAndValidateAdded()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java123 private NotificationChannel mTestNotificationChannel = new NotificationChannel( field in NotificationGutsManagerTest
557 mTestNotificationChannel.getId()) in createTestNotificationRow()
566 .setChannel(mTestNotificationChannel) in createTestNotificationRow()