Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManagerTest.java228 }).when(mListContainer).onNotificationViewUpdateFinished(); in testReentrantCallsToOnDynamicPrivacyChangedPostForLater()
234 verify(mListContainer).onNotificationViewUpdateFinished(); in testReentrantCallsToOnDynamicPrivacyChangedPostForLater()
240 verify(mListContainer, times(2)).onNotificationViewUpdateFinished(); in testReentrantCallsToOnDynamicPrivacyChangedPostForLater()
256 }).when(mListContainer).onNotificationViewUpdateFinished(); in testMultipleReentrantCallsToOnDynamicPrivacyChangedOnlyPostOnce()
260 verify(mListContainer).onNotificationViewUpdateFinished(); in testMultipleReentrantCallsToOnDynamicPrivacyChangedOnlyPostOnce()
265 verify(mListContainer).onNotificationViewUpdateFinished(); in testMultipleReentrantCallsToOnDynamicPrivacyChangedOnlyPostOnce()
366 public void onNotificationViewUpdateFinished() { } in onNotificationViewUpdateFinished() method in NotificationViewHierarchyManagerTest.FakeListContainer
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java166 default void onNotificationViewUpdateFinished() {} in onNotificationViewUpdateFinished() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java328 mListContainer.onNotificationViewUpdateFinished(); in updateNotificationViews()