Searched refs:aodSession (Results 1 – 2 of 2) sorted by relevance
447 final AodSession aodSession = createManagedAodSession(); in testTurnScreenOnOnActivityOnAod() local448 assumeTrue(aodSession.isAodAvailable()); in testTurnScreenOnOnActivityOnAod()449 aodSession.setAodEnabled(true); in testTurnScreenOnOnActivityOnAod()613 final AodSession aodSession = createManagedAodSession(); in testScreenOffWhileOccludedStopsActivityNoAod() local614 aodSession.setAodEnabled(false); in testScreenOffWhileOccludedStopsActivityNoAod()620 final AodSession aodSession = createManagedAodSession(); in testScreenOffWhileOccludedStopsActivityAod() local621 assumeTrue(aodSession.isAodAvailable()); in testScreenOffWhileOccludedStopsActivityAod()622 aodSession.setAodEnabled(true); in testScreenOffWhileOccludedStopsActivityAod()653 final AodSession aodSession = createManagedAodSession(); in testScreenOffCausesSingleStopNoAod() local654 aodSession.setAodEnabled(false); in testScreenOffCausesSingleStopNoAod()[all …]
220 final AodSession aodSession = createManagedAodSession(); in testTurnScreenOnActivity_withSecureKeyguardAndAod() local223 testTurnScreenOnActivity_withSecureKeyguard(aodSession, lockScreenSession, in testTurnScreenOnActivity_withSecureKeyguardAndAod()225 testTurnScreenOnActivity_withSecureKeyguard(aodSession, lockScreenSession, in testTurnScreenOnActivity_withSecureKeyguardAndAod()229 private void testTurnScreenOnActivity_withSecureKeyguard(AodSession aodSession, in testTurnScreenOnActivity_withSecureKeyguard() argument232 assumeTrue(aodSession.isAodAvailable()); in testTurnScreenOnActivity_withSecureKeyguard()234 aodSession.setAodEnabled(enableAod); in testTurnScreenOnActivity_withSecureKeyguard()