/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 164 public void onNotificationChannelModified( in onNotificationChannelModified() method in NotificationListener 170 handler.onNotificationChannelModified(pkgName, user, channel, modificationType); in onNotificationChannelModified() 248 default void onNotificationChannelModified( in onNotificationChannelModified() method
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | NotificationListenerController.java | 56 default boolean onNotificationChannelModified( in onNotificationChannelModified() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescer.java | 165 public void onNotificationChannelModified( 170 mHandler.onNotificationChannelModified(pkgName, user, channel, modificationType);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NoManSimulator.java | 80 listener.onNotificationChannelModified(pkg, user, channel, modificationType); in issueChannelModification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationListenerWithPlugins.java | 116 if (plugin.onNotificationChannelModified(pkgName, user, channel, modificationType)) { in onPluginNotificationChannelModified()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | DataManagerTest.java | 546 listenerService.onNotificationChannelModified(TEST_PKG_NAME, UserHandle.of(USER_ID_PRIMARY), in testConversationIsNotRecentIfCustomized() 712 listenerService.onNotificationChannelModified(TEST_PKG_NAME, UserHandle.of(USER_ID_PRIMARY), in testOnNotificationChannelModified() 739 listenerService.onNotificationChannelModified(TEST_PKG_NAME, UserHandle.of(USER_ID_PRIMARY), in testGetConversation_demoted() 795 listenerService.onNotificationChannelModified(TEST_PKG_NAME, UserHandle.of(USER_ID_PRIMARY), in testIsConversation_demoted() 813 listenerService.onNotificationChannelModified(TEST_PKG_NAME, UserHandle.of(USER_ID_PRIMARY), in testNotificationChannelCreated() 838 listenerService.onNotificationChannelModified(TEST_PKG_NAME, UserHandle.of(USER_ID_PRIMARY), in testNotificationChannelModified() 861 listenerService.onNotificationChannelModified(TEST_PKG_NAME, UserHandle.of(USER_ID_PRIMARY), in testNotificationChannelDeleted() 868 listenerService.onNotificationChannelModified(TEST_PKG_NAME, UserHandle.of(USER_ID_PRIMARY), in testNotificationChannelDeleted() 1428 listenerService.onNotificationChannelModified(TEST_PKG_NAME, UserHandle.of(USER_ID_PRIMARY), in testCustomizedConversationNotInRecentList()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 592 public void onNotificationChannelModified(String pkg, UserHandle user, in onNotificationChannelModified() method in NotificationListenerService 2343 onNotificationChannelModified(pkgName, user, channel, modificationType); in handleMessage()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManager.java | 775 public void onNotificationChannelModified(
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | DataManager.java | 1224 public void onNotificationChannelModified(String pkg, UserHandle user, in onNotificationChannelModified() method in DataManager.NotificationListener
|
/frameworks/base/core/api/ |
D | current.txt | 38597 …method public void onNotificationChannelModified(String, android.os.UserHandle, android.app.Notifi…
|
/frameworks/base/services/ |
D | art-profile | 28583 HPLcom/android/server/people/data/DataManager$NotificationListener;->onNotificationChannelModified(…
|