Home
last modified time | relevance | path

Searched refs:mNicViewBinder (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java96 private final NotificationIconContainerAlwaysOnDisplayViewBinder mNicViewBinder; field in KeyguardClockSwitchController
188 mNicViewBinder = nicViewBinder; in KeyguardClockSwitchController()
611 mAodIconsBindHandle = mNicViewBinder.bindWhileAttached(nic); in updateAodIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java153 private final NotificationIconContainerStatusBarViewBinder mNicViewBinder; field in CollapsedStatusBarFragment
265 mNicViewBinder = nicViewBinder; in CollapsedStatusBarFragment()
482 mNicBindingDisposable = mNicViewBinder.bindWhileAttached(notificationIcons); in initNotificationIconArea()