Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLockscreenIconControllerTest.java81 private HeadsUpManagerPhone mHeadsUpManagerPhone; field in LockscreenIconControllerTest
93 mHeadsUpManagerPhone); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java76 private final HeadsUpManagerPhone mHeadsUpManagerPhone; field in DozeServiceHost
119 mHeadsUpManagerPhone = headsUpManagerPhone; in DozeServiceHost()
335 if (mDozeScrimController.isPulsing() && mHeadsUpManagerPhone.hasNotifications()) { in extendPulse()
336 mHeadsUpManagerPhone.extendHeadsUp(); in extendPulse()
DLockscreenLockIconController.java76 private final HeadsUpManagerPhone mHeadsUpManagerPhone; field in LockscreenLockIconController
343 mHeadsUpManagerPhone = headsUpManagerPhone; in LockscreenLockIconController()
517 if ((mHeadsUpManagerPhone.isHeadsUpGoingAway() in updateIconVisibility()
518 || mHeadsUpManagerPhone.hasPinnedHeadsUp() in updateIconVisibility()