Searched refs:updateNotificationViews (Results 1 – 8 of 8) sorted by relevance
153 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingBundled()180 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingUnbundled()209 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingSuppressed()231 mViewHierarchyManager.updateNotificationViews(); in testReentrantCallsToOnDynamicPrivacyChangedPostForLater()259 mViewHierarchyManager.updateNotificationViews(); in testMultipleReentrantCallsToOnDynamicPrivacyChangedOnlyPostOnce()
307 public void updateNotificationViews(final String reason) { in updateNotificationViews() method in StatusBarNotificationPresenter314 mShadeController.addPostCollapseAction(() -> updateNotificationViews(reason)); in updateNotificationViews()317 mViewHierarchyManager.updateNotificationViews(); in updateNotificationViews()318 mNotificationPanel.updateNotificationViews(reason); in updateNotificationViews()336 updateNotificationViews("user switched"); in onUserSwitched()
3713 public void updateNotificationViews(String reason) { in updateNotificationViews() method
55 void updateNotificationViews(String reason); in updateNotificationViews() method
158 public void updateNotificationViews() { in updateNotificationViews() method in NotificationViewHierarchyManager542 updateNotificationViews(); in onHandleDynamicPrivacyChanged()
366 verify(mPresenter).updateNotificationViews(any()); in testAddNotification()395 verify(mPresenter).updateNotificationViews(any()); in testUpdateNotification()
284 order.verify(mPresenter).updateNotificationViews(any()); in testUpdateNotification_prePostEntryOrder()295 verify(mPresenter).updateNotificationViews(any()); in testRemoveNotification()
726 mPresenter.updateNotificationViews(reason); in updateNotifications()