Home
last modified time | relevance | path

Searched refs:createConversationNotificationChannel (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DRecentConversationsPreferenceController.java187 mBackend.createConversationNotificationChannel( in createConversationPref()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DRecentConversationsPreferenceControllerTest.java233 verify(mBackend).createConversationNotificationChannel( in testCreatesChannel()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java595 public void createConversationNotificationChannel(String pkg, int uid, in createConversationNotificationChannel() method in NotificationBackend
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7599 public void createConversationNotificationChannel() throws Exception { in createConversationNotificationChannel() method in NotificationManagerServiceTest