Home
last modified time | relevance | path

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

/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DAssistant.java194 public void onNotificationExpansionChanged(@NonNull String key, boolean isUserAction, in onNotificationExpansionChanged() method in Assistant
/aosp12/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.java235 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationAssistantService
428 public void onNotificationExpansionChanged(String key, boolean isUserAction, in onNotificationExpansionChanged() method in NotificationAssistantService.NotificationAssistantServiceWrapper
H A DNotificationListenerService.java1531 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationListenerService.NotificationListenerWrapper
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java48 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl75 …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 DStatusBarManagerService.java1457 public void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method in StatusBarManagerService