Home
last modified time | relevance | path

Searched defs:deleteConversationNotificationChannels (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl104 void deleteConversationNotificationChannels(String pkg, int uid, String conversationId); in deleteConversationNotificationChannels() method
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java6703 public void deleteConversationNotificationChannels() throws Exception { in deleteConversationNotificationChannels() method in NotificationManagerServiceTest