Home
last modified time | relevance | path

Searched refs:onNotificationViewUpdateFinished (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java242 verify(mListContainer).onNotificationViewUpdateFinished(); in testReentrantCallsToOnDynamicPrivacyChangedPostForLater()
248 verify(mListContainer, times(2)).onNotificationViewUpdateFinished(); in testReentrantCallsToOnDynamicPrivacyChangedPostForLater()
268 verify(mListContainer).onNotificationViewUpdateFinished(); in testMultipleReentrantCallsToOnDynamicPrivacyChangedOnlyPostOnce()
273 verify(mListContainer).onNotificationViewUpdateFinished(); in testMultipleReentrantCallsToOnDynamicPrivacyChangedOnlyPostOnce()
388 public void onNotificationViewUpdateFinished() { } in onNotificationViewUpdateFinished() method in NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java160 default void onNotificationViewUpdateFinished() {} in onNotificationViewUpdateFinished() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java315 mListContainer.onNotificationViewUpdateFinished(); in updateNotificationViews()