Home
last modified time | relevance | path

Searched defs:lockScreenSession (Results 1 – 8 of 8) sorted by relevance

/cts/tests/framework/base/activitymanager/src/android/server/am/
DKeyguardTests.java83 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testKeyguardHidesActivity()
98 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testShowWhenLockedActivity()
115 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testShowWhenLockedActivity_withDialog()
133 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testMultipleShowWhenLockedActivities()
153 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTranslucentShowWhenLockedActivity()
170 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTranslucentDoesntRevealBehind()
186 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDialogShowWhenLockedActivity()
206 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testShowWhenLockedActivityWhileSplit()
228 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguardActivity()
242 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguardActivity_method()
[all …]
DKeyguardLockedTests.java62 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testLockAndUnlock()
81 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguard()
95 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguard_whileOccluded()
115 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguard_fromShowWhenLocked_notAllowed()
133 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguardActivity_method()
151 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguardActivity_method_cancelled()
169 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguardAttrActivity_method_turnScreenOn_withSecureKeyguard()
186 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testEnterPipOverKeyguard()
218 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testShowWhenLockedActivityAndPipActivity()
247 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testShowWhenLockedPipActivity()
DKeyguardTransitionTests.java55 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testUnlock()
67 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testUnlockWallpaper()
79 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testOcclude()
90 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testUnocclude()
103 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testNewActivityDuringOccluded()
115 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testOccludeManifestAttr()
128 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testOccludeAttrRemove()
147 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testNewActivityDuringOccludedWithAttr()
DActivityManagerActivityVisibilityTests.java184 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnActivity()
372 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnAttrNoLockScreen()
389 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnAttrWithLockScreen()
403 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnShowOnLockAttr()
416 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnAttrRemove()
438 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnSingleTask()
457 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnActivity_withRelayout()
DActivityManagerDisplayKeyguardTests.java51 try (final LockScreenSession lockScreenSession = new LockScreenSession(); in testDismissKeyguardActivity_secondaryDisplay()
DActivityManagerSplitScreenTests.java518 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDockedStackToMinimizeWhenUnlocked()
531 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testMinimizedStateWhenUnlockedAndUnMinimized()
DActivityManagerMultiDisplayTests.java1668 try (final LockScreenSession lockScreenSession = new LockScreenSession(); in testStackFocusSwitchOnTouchEventAfterKeyguard()
/cts/tests/framework/base/activitymanager/src/android/server/am/lifecycle/
DActivityLifecycleKeyguardTests.java25 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testSingleLaunch()