Searched defs:onNotificationExpansionChanged (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
H A D | Assistant.java | 194 public void onNotificationExpansionChanged(@NonNull String key, boolean isUserAction, in onNotificationExpansionChanged() method in Assistant
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | INotificationListener.aidl | 56 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); in onNotificationExpansionChanged() method
|
H A D | NotificationAssistantService.java | 235 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationAssistantService 428 public void onNotificationExpansionChanged(String key, boolean isUserAction, in onNotificationExpansionChanged() method in NotificationAssistantService.NotificationAssistantServiceWrapper
|
H A D | NotificationListenerService.java | 1531 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationListenerService.NotificationListenerWrapper
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationDelegate.java | 48 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method
|
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 75 …void onNotificationExpansionChanged(in String key, in boolean userAction, in boolean expanded, in … in onNotificationExpansionChanged() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1457 public void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method in StatusBarManagerService
|