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