Home
last modified time | relevance | path

Searched refs:onNotificationVisibilityChanged (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/notification/
DNotificationVisibilityLogger.java76 onNotificationVisibilityChanged(mNewlyVisible, mPreviouslyVisible);
111 private void onNotificationVisibilityChanged( in onNotificationVisibilityChanged() method in NotificationVisibilityLogger
118 mBarService.onNotificationVisibilityChanged( in onNotificationVisibilityChanged()
/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/notification/
DNotificationVisibilityLoggerTest.java101 verify(mBarService).onNotificationVisibilityChanged( in log_notifiesStatusBarService()
115 verify(mBarService).onNotificationVisibilityChanged( in log_isVisibleIsTrue_notifiesOfNewlyVisibleItems()
134 verify(mBarService).onNotificationVisibilityChanged( in log_isVisibleIsFalse_notifiesOfPreviouslyVisibleItems()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java135 ).when(mBarService).onNotificationVisibilityChanged(any(NotificationVisibility[].class), in testOnChildLocationsChangedReportsVisibilityChanged()
154 verify(mBarService, never()).onNotificationVisibilityChanged(any(), any()); in testOnChildLocationsChangedReportsVisibilityChanged()
173 verify(mBarService, times(1)).onNotificationVisibilityChanged(any(), any()); in testStoppingNotificationLoggingReportsCurrentNotifications()
/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java206 public void onNotificationVisibilityChanged(@NonNull String key, boolean isVisible) { in onNotificationVisibilityChanged() method in NotificationAssistantService
381 public void onNotificationVisibilityChanged(String key, boolean isVisible) { in onNotificationVisibilityChanged() method in NotificationAssistantService.NotificationAssistantServiceWrapper
552 onNotificationVisibilityChanged(key, isVisible); in handleMessage()
DINotificationListener.aidl54 void onNotificationVisibilityChanged(String key, boolean isVisible); in onNotificationVisibilityChanged() method
DNotificationListenerService.java1424 public void onNotificationVisibilityChanged( in onNotificationVisibilityChanged() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java44 void onNotificationVisibilityChanged( in onNotificationVisibilityChanged() method
DNotificationManagerService.java1035 public void onNotificationVisibilityChanged(NotificationVisibility[] newlyVisibleKeys,
8930 assistant.onNotificationVisibilityChanged(key, isVisible);
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl71 void onNotificationVisibilityChanged( in NotificationVisibility[] newlyVisibleKeys, in onNotificationVisibilityChanged() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1296 public void onNotificationVisibilityChanged( in onNotificationVisibilityChanged() method in StatusBarManagerService
1302 mNotificationDelegate.onNotificationVisibilityChanged( in onNotificationVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java354 mBarService.onNotificationVisibilityChanged(newlyVisibleAr, noLongerVisibleAr); in logNotificationVisibilityChanges()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java3572 mService.mNotificationDelegate.onNotificationVisibilityChanged( in testStats_updatedOnVisibilityChanged()
3576 mService.mNotificationDelegate.onNotificationVisibilityChanged( in testStats_updatedOnVisibilityChanged()
4468 mService.mNotificationDelegate.onNotificationVisibilityChanged(new NotificationVisibility[] in testOnNotificationVisibilityChanged_triggersInterruptionUsageStat()
4483 mService.mNotificationDelegate.onNotificationVisibilityChanged(new NotificationVisibility[] in testOnNotificationVisibilityChanged_triggersVisibilityLog()
4492 mService.mNotificationDelegate.onNotificationVisibilityChanged( in testOnNotificationVisibilityChanged_triggersVisibilityLog()
5018 mService.mNotificationDelegate.onNotificationVisibilityChanged(notificationVisibility, in testLogSmartSuggestionsVisible_triggerOnExpandAndVisible()
5043 mService.mNotificationDelegate.onNotificationVisibilityChanged(notificationVisibility, in testLogSmartSuggestionsVisible_noTriggerOnVisible()
/frameworks/base/api/
Dtest-current.txt3694 method public void onNotificationVisibilityChanged(@NonNull String, boolean);
Dsystem-current.txt9888 method public void onNotificationVisibilityChanged(@NonNull String, boolean);
/frameworks/base/non-updatable-api/
Dsystem-current.txt8770 method public void onNotificationVisibilityChanged(@NonNull String, boolean);
/frameworks/base/config/
Dboot-image-profile.txt17680 HPLandroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationVisibilityChanged(…
29532 HSPLcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->onNotificationVisibilityChanged([…
/frameworks/base/services/
Dart-profile21420 HPLcom/android/server/notification/NotificationManagerService$1;->onNotificationVisibilityChanged([…
30911 HPLcom/android/server/statusbar/StatusBarManagerService;->onNotificationVisibilityChanged([Lcom/and…