Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardTests.java447 final AodSession aodSession = createManagedAodSession(); in testTurnScreenOnOnActivityOnAod() local
448 assumeTrue(aodSession.isAodAvailable()); in testTurnScreenOnOnActivityOnAod()
449 aodSession.setAodEnabled(true); in testTurnScreenOnOnActivityOnAod()
613 final AodSession aodSession = createManagedAodSession(); in testScreenOffWhileOccludedStopsActivityNoAod() local
614 aodSession.setAodEnabled(false); in testScreenOffWhileOccludedStopsActivityNoAod()
620 final AodSession aodSession = createManagedAodSession(); in testScreenOffWhileOccludedStopsActivityAod() local
621 assumeTrue(aodSession.isAodAvailable()); in testScreenOffWhileOccludedStopsActivityAod()
622 aodSession.setAodEnabled(true); in testScreenOffWhileOccludedStopsActivityAod()
653 final AodSession aodSession = createManagedAodSession(); in testScreenOffCausesSingleStopNoAod() local
654 aodSession.setAodEnabled(false); in testScreenOffCausesSingleStopNoAod()
[all …]
DKeyguardLockedTests.java220 final AodSession aodSession = createManagedAodSession(); in testTurnScreenOnActivity_withSecureKeyguardAndAod() local
223 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() argument
232 assumeTrue(aodSession.isAodAvailable()); in testTurnScreenOnActivity_withSecureKeyguard()
234 aodSession.setAodEnabled(enableAod); in testTurnScreenOnActivity_withSecureKeyguard()