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.aidl56 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); in onNotificationExpansionChanged() method
DNotificationAssistantService.java256 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationAssistantService
449 public void onNotificationExpansionChanged(String key, boolean isUserAction, in onNotificationExpansionChanged() method in NotificationAssistantService.NotificationAssistantServiceWrapper
DNotificationListenerService.java1538 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java48 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl83 …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.java1623 public void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method in StatusBarManagerService