Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/app/
DRecentConversationsPreferenceController.java187 mBackend.createConversationNotificationChannel( in createConversationPref()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DRecentConversationsPreferenceControllerTest.java232 verify(mBackend).createConversationNotificationChannel( in testCreatesChannel()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java595 public void createConversationNotificationChannel(String pkg, int uid, in createConversationNotificationChannel() method in NotificationBackend