Home
last modified time | relevance | path

Searched defs:onNotificationVisibilityChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl38 void onNotificationVisibilityChanged(String key, long time, boolean visible); in onNotificationVisibilityChanged() method
DNotificationRankerService.java149 public void onNotificationVisibilityChanged(String key, long time, boolean visible) in onNotificationVisibilityChanged() method in NotificationRankerService
241 public void onNotificationVisibilityChanged(String key, long time, boolean visible) { in onNotificationVisibilityChanged() method in NotificationRankerService.NotificationRankingServiceWrapper
DNotificationListenerService.java968 public void onNotificationVisibilityChanged(String key, long time, boolean visible) in onNotificationVisibilityChanged() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java34 void onNotificationVisibilityChanged( in onNotificationVisibilityChanged() method
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl61 void onNotificationVisibilityChanged( in NotificationVisibility[] newlyVisibleKeys, in onNotificationVisibilityChanged() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java811 public void onNotificationVisibilityChanged( in onNotificationVisibilityChanged() method in StatusBarManagerService