Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl55 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); in onNotificationExpansionChanged() method
DNotificationAssistantService.java217 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationAssistantService
390 public void onNotificationExpansionChanged(String key, boolean isUserAction, in onNotificationExpansionChanged() method in NotificationAssistantService.NotificationAssistantServiceWrapper
DNotificationListenerService.java1437 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java47 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl73 …void onNotificationExpansionChanged(in String key, in boolean userAction, in boolean expanded, in … in onNotificationExpansionChanged() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1310 public void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method in StatusBarManagerService