Searched refs:mNotificationIconAreaController (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java509 mStatusBar.mNotificationIconAreaController = mock(NotificationIconAreaController.class);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java747 protected NotificationIconAreaController mNotificationIconAreaController; field in class:StatusBar
1026 mNotificationIconAreaController = SystemUIFactory.getInstance()
1029 mNotificationIconAreaController.setupShelf(mNotificationShelf);
1030 Dependency.get(DarkIconDispatcher.class).addDarkReceiver(mNotificationIconAreaController);
1035 statusBarFragment.initNotificationIconArea(mNotificationIconAreaController);
1321 mNotificationIconAreaController.onDensityOrFontScaleChanged(mContext);
2041 mNotificationIconAreaController.updateNotificationIcons(mNotificationData);

Completed in 1462 milliseconds