Searched refs:mNotifLifetimeExtender (Results 1 – 1 of 1) sorted by relevance
65 private NotifLifetimeExtender mNotifLifetimeExtender; field in HeadsUpCoordinatorTest110 mNotifLifetimeExtender = notifLifetimeExtenderCaptor.getValue(); in setUp()114 mNotifLifetimeExtender.setCallback(mEndLifetimeExtension); in setUp()144 assertTrue(mNotifLifetimeExtender.shouldExtendLifetime(mEntry, /* cancellationReason */ 0)); in testLifetimeExtendsCurrentHUN()145 assertFalse(mNotifLifetimeExtender.shouldExtendLifetime( in testLifetimeExtendsCurrentHUN()153 assertTrue(mNotifLifetimeExtender.shouldExtendLifetime( in testLifetimeExtensionEndsOnNewHUN()161 verify(mEndLifetimeExtension).onEndLifetimeExtension(mNotifLifetimeExtender, mEntry); in testLifetimeExtensionEndsOnNewHUN()168 assertTrue(mNotifLifetimeExtender.shouldExtendLifetime( in testLifetimeExtensionEndsOnNoHUNs()175 verify(mEndLifetimeExtension).onEndLifetimeExtension(mNotifLifetimeExtender, mEntry); in testLifetimeExtensionEndsOnNoHUNs()