Home
last modified time | relevance | path

Searched refs:onNotificationExpansionChanged (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DExpansionStateLoggerTest.java71 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()
/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java217 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationAssistantService
390 public void onNotificationExpansionChanged(String key, boolean isUserAction, in onNotificationExpansionChanged() method in NotificationAssistantService.NotificationAssistantServiceWrapper
504 onNotificationExpansionChanged(key, isUserAction, isExpanded); in handleMessage()
DINotificationListener.aidl55 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); in onNotificationExpansionChanged() method
DNotificationListenerService.java1437 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java47 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method
DNotificationManagerService.java1073 public void onNotificationExpansionChanged(String key,
8948 assistant.onNotificationExpansionChanged(key, isUserAction, isExpanded);
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl73 …void onNotificationExpansionChanged(in String key, in boolean userAction, in boolean expanded, in … in onNotificationExpansionChanged() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1310 public void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded, in onNotificationExpansionChanged() method in StatusBarManagerService
1315 mNotificationDelegate.onNotificationExpansionChanged( in onNotificationExpansionChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java591 mBarService.onNotificationExpansionChanged(key, stateToBeLogged.mIsUserAction, in maybeNotifyOnNotificationExpansionChanged()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java3520 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), true, true, in testStats_updatedOnUserExpansion()
3526 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), true, false, in testStats_updatedOnUserExpansion()
3544 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, true, in testStats_notUpdatedOnAutoExpansion()
3550 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, false, in testStats_notUpdatedOnAutoExpansion()
5013 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, true, in testLogSmartSuggestionsVisible_triggerOnExpandAndVisible()
5029 mService.mNotificationDelegate.onNotificationExpansionChanged(r.getKey(), false, true, in testLogSmartSuggestionsVisible_noTriggerOnExpand()
/frameworks/base/api/
Dtest-current.txt3692 method public void onNotificationExpansionChanged(@NonNull String, boolean, boolean);
Dsystem-current.txt9886 method public void onNotificationExpansionChanged(@NonNull String, boolean, boolean);
/frameworks/base/non-updatable-api/
Dsystem-current.txt8768 method public void onNotificationExpansionChanged(@NonNull String, boolean, boolean);
/frameworks/base/config/
Dboot-image-profile.txt17676 HPLandroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationExpansionChanged(L…
29531 HSPLcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->onNotificationExpansionChanged(Lj…
/frameworks/base/services/
Dart-profile21416 HPLcom/android/server/notification/NotificationManagerService$1;->onNotificationExpansionChanged(Lj…
30907 HPLcom/android/server/statusbar/StatusBarManagerService;->onNotificationExpansionChanged(Ljava/lang…