/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
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 testOnEntryReinflated() 177 verify(mBarService, times(2)).onNotificationExpansionChanged( in testOnEntryReinflated()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationAssistantService.java | 191 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationAssistantService 331 public void onNotificationExpansionChanged(String key, boolean isUserAction, in onNotificationExpansionChanged() method in NotificationAssistantService.NotificationAssistantServiceWrapper 442 onNotificationExpansionChanged(key, isUserAction, isExpanded); in handleMessage()
|
D | INotificationListener.aidl | 52 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); in onNotificationExpansionChanged() method
|
D | NotificationListenerService.java | 1385 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationListenerService.NotificationListenerWrapper
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 45 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method
|
D | NotificationManagerService.java | 950 public void onNotificationExpansionChanged(String key, 7628 assistant.onNotificationExpansionChanged(key, isUserAction, isExpanded);
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 71 …void onNotificationExpansionChanged(in String key, in boolean userAction, in boolean expanded, in … in onNotificationExpansionChanged() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 514 mBarService.onNotificationExpansionChanged(key, stateToBeLogged.mIsUserAction, in maybeNotifyOnNotificationExpansionChanged()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1248 public void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method in StatusBarManagerService 1253 mNotificationDelegate.onNotificationExpansionChanged( in onNotificationExpansionChanged()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2816 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), true, true, in testStats_updatedOnUserExpansion() 2821 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), true, false, in testStats_updatedOnUserExpansion() 2832 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, true, in testStats_notUpdatedOnAutoExpansion() 2837 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, false, in testStats_notUpdatedOnAutoExpansion() 4093 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, true, in testLogSmartSuggestionsVisible_triggerOnExpandAndVisible() 4109 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, true, in testLogSmartSuggestionsVisible_noTriggerOnExpand()
|
/frameworks/base/api/ |
D | test-current.txt | 2666 method public void onNotificationExpansionChanged(@NonNull String, boolean, boolean);
|
D | system-current.txt | 6578 method public void onNotificationExpansionChanged(@NonNull String, boolean, boolean);
|
/frameworks/base/services/ |
D | art-profile | 9437 PLcom/android/server/notification/NotificationManagerService$1;->onNotificationExpansionChanged(Lja… 13231 PLcom/android/server/statusbar/StatusBarManagerService;->onNotificationExpansionChanged(Ljava/lang/…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13206 HPLandroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationExpansionChanged(L… 13222 …cationAssistantService$NotificationAssistantServiceWrapper;->onNotificationExpansionChanged(Ljava/…
|
D | hiddenapi-greylist-max-o.txt | 103976 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->onNotificationExpansionChanged(Ljava… 104061 Lcom/android/internal/statusbar/IStatusBarService;->onNotificationExpansionChanged(Ljava/lang/Strin…
|