Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DINotificationListener.aidl56 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); in onNotificationExpansionChanged() method
H A DNotificationAssistantService.java255 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationAssistantService
451 public void onNotificationExpansionChanged(String key, boolean isUserAction, in onNotificationExpansionChanged() method in NotificationAssistantService.NotificationAssistantServiceWrapper
H A DNotificationListenerService.java1573 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationListenerService.NotificationListenerWrapper
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java48 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl84 …void onNotificationExpansionChanged(in String key, in boolean userAction, in boolean expanded, in … in onNotificationExpansionChanged() method
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1731 public void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method in StatusBarManagerService