Home
last modified time | relevance | path

Searched refs:createManagedLockScreenSession (Results 1 – 16 of 16) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/
DKeyguardTransitionTests.java68 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testUnlock()
82 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testUnlockWallpaper()
92 createManagedLockScreenSession().gotoKeyguard(); in testOcclude()
101 createManagedLockScreenSession().gotoKeyguard(); in testUnocclude()
112 createManagedLockScreenSession().gotoKeyguard(); in testDismissKeyguardIfInsecure()
121 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNewActivityDuringOccluded()
132 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNewDismissKeyguardIfInsecureActivityDuringOccluded()
144 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testOccludeManifestAttr()
156 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testOccludeAttrRemove()
180 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNewActivityDuringOccludedWithAttr()
DKeyguardTests.java99 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testKeyguardHidesActivity()
114 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowWhenLockedActivity()
129 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testLaunchShowWhenLockedActivity_whileDismissingKeyguard_unlocksAndShows()
152 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowWhenLockedActivity_withDialog()
170 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testMultipleShowWhenLockedActivities()
201 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testMultipleShowWhenLockedActivities_remainOccludedDuringTransition()
244 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testFinishMultipleShowWhenLockedActivities()
277 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTranslucentShowWhenLockedActivity()
296 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTranslucentDoesntRevealBehind()
311 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDialogShowWhenLockedActivity()
[all …]
DKeyguardLockedTests.java94 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testLockAndUnlock()
136 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguard()
149 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguard_whileOccluded()
170 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguard_fromShowWhenLocked_notAllowed()
187 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguardIfInsecure_notAllowed()
201 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguardActivity_method()
223 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguardActivity_method_cancelled()
241 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguardAttrActivity_method_turnScreenOn_withSecureKeyguard()
257 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testEnterPipOverKeyguard()
286 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowWhenLockedActivityAndPipActivity()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayKeyguardTests.java60 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguardActivity_secondaryDisplay()
76 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowKeyguardDialogOnSecondaryDisplay()
95 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowKeyguardDialogSecondaryDisplayChange()
117 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowKeyguardDialogDefaultDisplayChange()
153 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNoKeyguardDialogOnPrivateDisplay()
168 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testUnlockScreen_secondDisplayChanged_dismissesKeyguardOnUnlock()
197 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testUnlockScreen_decoredSystemDisplayChanged_dismissesKeyguardOnUnlock()
DMultiDisplayLockedKeyguardTests.java60 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testVirtualDisplayHidesContentWhenLocked()
94 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testPrivateDisplayHideContentWhenLocked()
DMultiDisplayPolicyTests.java521 createManagedLockScreenSession()); in testStackFocusSwitchOnStackEmptiedInSleeping()
617 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStackFocusSwitchOnTouchEventAfterKeyguard()
661 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testSecondaryDisplayShowWhenLocked()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityVisibilityTests.java208 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnActivity()
254 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnActivity_slowLaunch()
290 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testFreeformWindowToTurnScreenOn()
637 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnAttrNoLockScreen()
660 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnAttrNoLockScreen_SplitScreen()
672 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnWithAttr_Freeform()
684 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnAttrWithLockScreen()
698 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnShowOnLockAttr()
718 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testChangeToFullscreenWhenLockWithAttrInFreeform()
737 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnAttrRemove()
[all …]
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/area/
DExtensionRearDisplayPresentationKeyguardTest.java148 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStartRearDisplayPresentation_whenKeyguardLocked()
179 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStartRearDisplayPresentation_afterKeyguardLocked()
224 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStartRearDisplayPresentation_thenKeyguardLocked()
272 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStartRearDisplayPresentation_thenKeyguardLocked_activityFinishes()
325 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStartRearDisplayPresentation_persistsAfterDismissingKeyguard()
379 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStartRearDisplayPresentation_afterKeyguardLocked_thenScreenOff()
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/app/
DKeyguardManagerHelperTest.java50 try (LockScreenSession lockScreenSession = createManagedLockScreenSession()) { in testIsKeyguardLocked()
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DKeyguardInputTests.java67 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testReceiveKeysOnTopOfKeyguard()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityStarterTests.java158 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testLaunchNoHistoryActivityShowWhenLocked()
177 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNoHistoryActivityNotFinished()
206 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNoHistoryActivityWithDifferentTask()
248 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNoHistoryActivityWithTranslucentActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DDreamManagerServiceTests.java253 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStartActivityOnKeyguardLocked()
274 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStartActivityDismissesDreamOnKeyguardLocked()
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DDreamServiceTest.java265 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testKeyHandling_SecureKeyguardConfirmKeyPromptsBouncer()
325 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testKeyHandling_InteractiveDreamDoesNotConsumeConfirmPromptsBouncer()
/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/
DSplitActivityLifecycleTest.java453 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testLaunchEmbeddedActivityWithShowWhenLocked()
473 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testLaunchEmbeddedActivitiesWithoutShowWhenLocked()
493 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testLaunchEmbeddedActivitiesWithShowWhenLocked()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DDisplayTests.java168 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testForceDisplayMetrics()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1547 protected LockScreenSession createManagedLockScreenSession() { in createManagedLockScreenSession() method in ActivityManagerTestBase