/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | ExpansionStateLoggerTest.java | 71 verify(mBarService, Mockito.never()).onNotificationExpansionChanged( in testVisible() 81 verify(mBarService, Mockito.never()).onNotificationExpansionChanged( in testExpanded() 94 verify(mBarService, Mockito.never()).onNotificationExpansionChanged( in testVisibleAndNotExpanded() 107 verify(mBarService).onNotificationExpansionChanged( in testVisibleAndExpanded() 122 verify(mBarService).onNotificationExpansionChanged( in testExpandedAndVisible_expandedBeforeVisible() 138 verify(mBarService).onNotificationExpansionChanged( in testExpandedAndVisible_visibleBeforeExpanded() 155 verify(mBarService).onNotificationExpansionChanged( in testExpandedAndVisible_logOnceOnly() 168 verify(mBarService).onNotificationExpansionChanged( in testOnEntryUpdated() 177 verify(mBarService, times(2)).onNotificationExpansionChanged( in testOnEntryUpdated()
|
/aosp14/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
|
H A D | NotificationManagerService.java | 1333 public void onNotificationExpansionChanged(String key, 10742 assistant.onNotificationExpansionChanged(key, isUserAction, isExpanded);
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationAssistantService.java | 255 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationAssistantService 451 public void onNotificationExpansionChanged(String key, boolean isUserAction, in onNotificationExpansionChanged() method in NotificationAssistantService.NotificationAssistantServiceWrapper 587 onNotificationExpansionChanged(key, isUserAction, isExpanded); in handleMessage()
|
H A D | INotificationListener.aidl | 56 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); in onNotificationExpansionChanged() method
|
H A D | NotificationListenerService.java | 1573 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationListenerService.NotificationListenerWrapper
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 84 …void onNotificationExpansionChanged(in String key, in boolean userAction, in boolean expanded, in … in onNotificationExpansionChanged() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLogger.java | 545 mBarService.onNotificationExpansionChanged(key, stateToBeLogged.mIsUserAction, in maybeNotifyOnNotificationExpansionChanged()
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1731 public void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method in StatusBarManagerService 1736 mNotificationDelegate.onNotificationExpansionChanged( in onNotificationExpansionChanged()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 5367 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), true, true, in testStats_updatedOnUserExpansion() 5373 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), true, false, in testStats_updatedOnUserExpansion() 5391 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, true, in testStats_notUpdatedOnAutoExpansion() 5397 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, false, in testStats_notUpdatedOnAutoExpansion() 7981 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, true, in testLogSmartSuggestionsVisible_triggerOnExpandAndVisible() 7997 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, true, in testLogSmartSuggestionsVisible_noTriggerOnExpand()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 12581 method public void onNotificationExpansionChanged(@NonNull String, boolean, boolean);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 83081 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->onNotificationExpansionChanged(Ljava… 83164 Lcom/android/internal/statusbar/IStatusBarService;->onNotificationExpansionChanged(Ljava/lang/Strin…
|