Searched refs:updateNotificationViews (Results 1 – 7 of 7) sorted by relevance
151 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingBundled()178 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingUnbundled()207 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingSuppressed()224 mViewHierarchyManager.updateNotificationViews(); in testUpdateNotificationViews_appOps()242 mViewHierarchyManager.updateNotificationViews(); in testReentrantCallsToOnDynamicPrivacyChangedPostForLater()270 mViewHierarchyManager.updateNotificationViews(); in testMultipleReentrantCallsToOnDynamicPrivacyChangedOnlyPostOnce()
306 public void updateNotificationViews() { in updateNotificationViews() method in StatusBarNotificationPresenter313 mShadeController.addPostCollapseAction(this::updateNotificationViews); in updateNotificationViews()317 mViewHierarchyManager.updateNotificationViews(); in updateNotificationViews()319 mNotificationPanel.updateNotificationViews(); in updateNotificationViews()391 updateNotificationViews(); in onUserSwitched()
3423 public void updateNotificationViews() { in updateNotificationViews() method
55 void updateNotificationViews(); in updateNotificationViews() method
139 public void updateNotificationViews() { in updateNotificationViews() method in NotificationViewHierarchyManager464 updateNotificationViews(); in onHandleDynamicPrivacyChanged()
291 verify(mPresenter).updateNotificationViews(); in testAddNotification()316 verify(mPresenter).updateNotificationViews(); in testUpdateNotification()345 order.verify(mPresenter).updateNotificationViews(); in testUpdateNotification_prePostEntryOrder()362 verify(mPresenter).updateNotificationViews(); in testRemoveNotification()
468 mPresenter.updateNotificationViews(); in updateNotifications()