Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardTests.java104 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testKeyguardHidesActivity()
120 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testShowWhenLockedActivity()
137 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testShowWhenLockedActivity_withDialog()
155 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testMultipleShowWhenLockedActivities()
176 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTranslucentShowWhenLockedActivity()
194 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTranslucentDoesntRevealBehind()
210 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDialogShowWhenLockedActivity()
230 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testShowWhenLockedActivityWhileSplit()
254 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testInheritShowWhenLockedAdd()
280 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testInheritShowWhenLockedRemove()
[all …]
DKeyguardLockedTests.java70 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testLockAndUnlock()
92 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDisableKeyguard_thenSettingCredential_reenablesKeyguard_b119322269()
106 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguard()
120 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguard_whileOccluded()
141 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguard_fromShowWhenLocked_notAllowed()
159 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguardActivity_method()
177 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguardActivity_method_cancelled()
195 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDismissKeyguardAttrActivity_method_turnScreenOn_withSecureKeyguard()
212 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testEnterPipOverKeyguard()
244 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testShowWhenLockedActivityAndPipActivity()
[all …]
DKeyguardTransitionTests.java59 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testUnlock()
71 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testUnlockWallpaper()
83 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testOcclude()
94 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testUnocclude()
107 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testNewActivityDuringOccluded()
119 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testOccludeManifestAttr()
132 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testOccludeAttrRemove()
157 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testNewActivityDuringOccludedWithAttr()
DActivityVisibilityTests.java182 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnActivity()
390 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnAttrNoLockScreen()
405 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnAttrWithLockScreen()
419 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnShowOnLockAttr()
433 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnAttrRemove()
456 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnSingleTask()
482 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTurnScreenOnActivity_withRelayout()
DMultiDisplayLockedKeyguardTests.java61 try (final LockScreenSession lockScreenSession = new LockScreenSession(); in testVirtualDisplayHidesContentWhenLocked()
97 try (final LockScreenSession lockScreenSession = new LockScreenSession(); in testPrivateDisplayHideContentWhenLocked()
118 try (final LockScreenSession lockScreenSession = in testDismissKeyguard_secondaryDisplay()
142 try (final LockScreenSession lockScreenSession = in testDismissKeyguard_whileOccluded_secondaryDisplay()
DMultiDisplayKeyguardTests.java59 try (final LockScreenSession lockScreenSession = new LockScreenSession(); in testDismissKeyguardActivity_secondaryDisplay()
78 try (final LockScreenSession lockScreenSession = new LockScreenSession(); in testShowKeyguardDialogOnSecondaryDisplay()
103 try (final LockScreenSession lockScreenSession = new LockScreenSession(); in testNoKeyguardDialogOnPrivateDisplay()
DSplitScreenTests.java517 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDockedStackToMinimizeWhenUnlocked()
530 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testMinimizedStateWhenUnlockedAndUnMinimized()
DMultiDisplayPolicyTests.java566 LockScreenSession lockScreenSession) throws Exception { in validateStackFocusSwitchOnStackEmptied()
645 try (final LockScreenSession lockScreenSession = new LockScreenSession(); in testStackFocusSwitchOnTouchEventAfterKeyguard()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleKeyguardTests.java53 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testSingleLaunch()
73 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testKeyguardShowHide()
110 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testKeyguardShowHideOverSplitScreen()
150 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testKeyguardShowHideOverPip()
DActivityLifecycleTopResumedStateTests.java670 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTopPositionLaunchedBehindLockScreen()
696 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTopPositionRemovedBehindLockScreen()
717 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTopPositionLaunchedOnTopOfLockScreen()