Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A 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()
/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
H A DNotificationManagerService.java1333 public void onNotificationExpansionChanged(String key,
10742 assistant.onNotificationExpansionChanged(key, isUserAction, isExpanded);
/aosp14/frameworks/base/core/java/android/service/notification/
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
587 onNotificationExpansionChanged(key, isUserAction, isExpanded); in handleMessage()
H A DINotificationListener.aidl56 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded); in onNotificationExpansionChanged() method
H A DNotificationListenerService.java1573 public void onNotificationExpansionChanged( in onNotificationExpansionChanged() method in NotificationListenerService.NotificationListenerWrapper
/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java545 mBarService.onNotificationExpansionChanged(key, stateToBeLogged.mIsUserAction, in maybeNotifyOnNotificationExpansionChanged()
/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
1736 mNotificationDelegate.onNotificationExpansionChanged( in onNotificationExpansionChanged()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java5367 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 Dsystem-current.txt12581 method public void onNotificationExpansionChanged(@NonNull String, boolean, boolean);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt83081 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->onNotificationExpansionChanged(Ljava…
83164 Lcom/android/internal/statusbar/IStatusBarService;->onNotificationExpansionChanged(Ljava/lang/Strin…