Searched refs:notifyNotificationChannelChanged (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java1410 verify(mListeners, times(1)).notifyNotificationChannelChanged(eq(PKG),
1413 verify(mListeners, times(1)).notifyNotificationChannelChanged(eq(PKG),
1451 verify(mListeners, times(1)).notifyNotificationChannelChanged(eq(PKG),
1467 verify(mListeners, times(1)).notifyNotificationChannelChanged(eq(PKG),
1504 verify(mListeners, never()).notifyNotificationChannelChanged(eq(PKG),
1526 verify(mListeners, never()).notifyNotificationChannelChanged(eq(PKG),
1553 verify(mListeners, never()).notifyNotificationChannelChanged(eq(PKG),
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1682 mListeners.notifyNotificationChannelChanged(
2225 mListeners.notifyNotificationChannelChanged(pkg,
2271 mListeners.notifyNotificationChannelChanged(pkg,
2309 mListeners.notifyNotificationChannelChanged(pkg,
6766 protected void notifyNotificationChannelChanged(final String pkg, final UserHandle user, method in class:NotificationManagerService.NotificationListeners
6778 notifyNotificationChannelChanged(
6859 void notifyNotificationChannelChanged(ManagedServiceInfo info, method in class:NotificationManagerService.NotificationListeners

Completed in 93 milliseconds