Searched refs:mHeadsUpManagerPhone (Results 1 – 3 of 3) sorted by relevance
83 private final HeadsUpManagerPhone mHeadsUpManagerPhone; field in DozeServiceHost126 mHeadsUpManagerPhone = headsUpManagerPhone; in DozeServiceHost()138 mHeadsUpManagerPhone.addListener(mOnHeadsUpChangedListener); in DozeServiceHost()340 if (mDozeScrimController.isPulsing() && mHeadsUpManagerPhone.hasNotifications()) { in extendPulse()341 mHeadsUpManagerPhone.extendHeadsUp(); in extendPulse()496 if (!isHeadsUp && !mHeadsUpManagerPhone.hasNotifications()) {
138 @Mock private HeadsUpManagerPhone mHeadsUpManagerPhone; field in NotificationGutsManagerTest162 mHeadsUpManagerPhone, mActivityStarter); in setUp()201 verify(mHeadsUpManagerPhone).setGutsShown(realRow.getEntry(), true); in testOpenAndCloseGuts()209 verify(mHeadsUpManagerPhone).setGutsShown(realRow.getEntry(), false); in testOpenAndCloseGuts()
125 private final HeadsUpManagerPhone mHeadsUpManagerPhone; field in NotificationGutsManager173 mHeadsUpManagerPhone = headsUpManagerPhone; in NotificationGutsManager()271 mHeadsUpManagerPhone.setGutsShown(row.getEntry(), false); in bindGuts()653 mHeadsUpManagerPhone.setGutsShown(row.getEntry(), true); in openGutsInternal()