Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationVisibilityLogger.java89 onNotificationVisibilityChanged(newlyVisible, previouslyVisible); in notifyVisibilityChanged()
99 private void onNotificationVisibilityChanged( in onNotificationVisibilityChanged() method in CarNotificationVisibilityLogger
112 mStatusBarService.onNotificationVisibilityChanged(newlyVisibleArray, in onNotificationVisibilityChanged()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationVisibilityLogger.java79 onNotificationVisibilityChanged(mNewlyVisible, mPreviouslyVisible);
114 private void onNotificationVisibilityChanged( in onNotificationVisibilityChanged() method in NotificationVisibilityLogger
121 mBarService.onNotificationVisibilityChanged( in onNotificationVisibilityChanged()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationVisibilityLoggerTest.java103 verify(mBarService).onNotificationVisibilityChanged( in notificationVisibilityChanged_notifiesStatusBarService()
117 verify(mBarService).onNotificationVisibilityChanged( in notificationVisibilityChanged_isVisibleTrue_notifiesOfNewlyVisibleItems()
135 verify(mBarService).onNotificationVisibilityChanged( in notificationVisibilityChanged_invisible_notifiesOfPreviouslyVisibleItems()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/notification/
DNotificationVisibilityLoggerTest.java103 verify(mBarService).onNotificationVisibilityChanged( in log_notifiesStatusBarService()
117 verify(mBarService).onNotificationVisibilityChanged( in log_isVisibleIsTrue_notifiesOfNewlyVisibleItems()
136 verify(mBarService).onNotificationVisibilityChanged( in log_isVisibleIsFalse_notifiesOfPreviouslyVisibleItems()