Home
last modified time | relevance | path

Searched refs:notificationIcons (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java479 NotificationIconContainer notificationIcons = in initNotificationIconArea() local
480 notificationIconArea.requireViewById(R.id.notificationIcons); in initNotificationIconArea()
481 mNotificationIconAreaInner = notificationIcons; in initNotificationIconArea()
482 mNicBindingDisposable = mNicViewBinder.bindWhileAttached(notificationIcons); in initNotificationIconArea()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java174 mNotificationIcons = mNotificationIconArea.findViewById(R.id.notificationIcons); in initializeNotificationAreaViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragmentTest.java954 return mFragment.getView().findViewById(R.id.notificationIcons); in getNotificationAreaView()