Home
last modified time | relevance | path

Searched refs:createConversationNotificationChannelForPackage (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationChannelHelper.java58 notificationManager.createConversationNotificationChannelForPackage( in createConversationChannelIfNeeded()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl111 …void createConversationNotificationChannelForPackage(String pkg, int uid, in NotificationChannel p… in createConversationNotificationChannelForPackage() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java1224 verify(mMockINotificationManager, times(1)).createConversationNotificationChannelForPackage( in testBindNotification_createsNewChannel()
1250 verify(mMockINotificationManager, never()).createConversationNotificationChannelForPackage( in testBindNotification_doesNotCreateNewChannelIfExists()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java11148 mBinderService.createConversationNotificationChannelForPackage(
11221 mBinderService.createConversationNotificationChannelForPackage(
11302 mBinderService.createConversationNotificationChannelForPackage(
11347 mBinderService.createConversationNotificationChannelForPackage(
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4205 public void createConversationNotificationChannelForPackage(String pkg, int uid,