Searched refs:onNotificationViewUpdateFinished (Results 1 – 3 of 3) sorted by relevance
242 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
160 default void onNotificationViewUpdateFinished() {} in onNotificationViewUpdateFinished() method
315 mListContainer.onNotificationViewUpdateFinished(); in updateNotificationViews()