Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java104 private NotificationChannel mNotificationChannel; field in NotificationInfoTest
158 mNotificationChannel = new NotificationChannel( in setUp()
160 mNotificationChannelSet.add(mNotificationChannel); in setUp()
204 mNotificationChannel, in testBindNotification_SetsTextApplicationName()
229 mNotificationChannel, in testBindNotification_SetsPackageIcon()
250 mNotificationChannel, in testBindNotification_noDelegate()
281 mNotificationChannel, in testBindNotification_delegate()
305 mNotificationChannel, in testBindNotification_GroupNameHiddenIfNoGroup()
321 mNotificationChannel.setGroup("test_group_id"); in testBindNotification_SetsGroupNameIfNonNull()
332 mNotificationChannel, in testBindNotification_SetsGroupNameIfNonNull()
[all …]
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageInstallerService.java110 private NotificationChannel mNotificationChannel; field in WearPackageInstallerService
571 if (mNotificationChannel == null) { in buildNotification()
572 mNotificationChannel = new NotificationChannel(WEAR_APPS_CHANNEL, in buildNotification()
575 notificationManager.createNotificationChannel(mNotificationChannel); in buildNotification()