Searched refs:updateNotificationViews (Results 1 – 7 of 7) sorted by relevance
147 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingBundled()174 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingUnbundled()203 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingSuppressed()220 mViewHierarchyManager.updateNotificationViews(); in testUpdateNotificationViews_appOps()238 mViewHierarchyManager.updateNotificationViews(); in testReentrantCallsToOnDynamicPrivacyChangedPostForLater()266 mViewHierarchyManager.updateNotificationViews(); in testMultipleReentrantCallsToOnDynamicPrivacyChangedOnlyPostOnce()
55 void updateNotificationViews(); in updateNotificationViews() method
135 public void updateNotificationViews() { in updateNotificationViews() method in NotificationViewHierarchyManager461 updateNotificationViews(); in onHandleDynamicPrivacyChanged()
308 public void updateNotificationViews() { in updateNotificationViews() method in StatusBarNotificationPresenter315 mShadeController.addPostCollapseAction(this::updateNotificationViews); in updateNotificationViews()319 mViewHierarchyManager.updateNotificationViews(); in updateNotificationViews()321 mNotificationPanel.updateNotificationViews(); in updateNotificationViews()396 updateNotificationViews(); in onUserSwitched()
3075 public void updateNotificationViews() { in updateNotificationViews() method
288 verify(mPresenter).updateNotificationViews(); in testAddNotification()313 verify(mPresenter).updateNotificationViews(); in testUpdateNotification()342 order.verify(mPresenter).updateNotificationViews(); in testUpdateNotification_prePostEntryOrder()359 verify(mPresenter).updateNotificationViews(); in testRemoveNotification()
463 mPresenter.updateNotificationViews(); in updateNotifications()