Home
last modified time | relevance | path

Searched refs:gotoKeyguard (Results 1 – 13 of 13) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardTransitionTests.java61 lockScreenSession.gotoKeyguard() in testUnlock()
73 lockScreenSession.gotoKeyguard() in testUnlockWallpaper()
84 lockScreenSession.gotoKeyguard(); in testOcclude()
95 lockScreenSession.gotoKeyguard(); in testUnocclude()
109 lockScreenSession.gotoKeyguard(SHOW_WHEN_LOCKED_ACTIVITY); in testNewActivityDuringOccluded()
120 lockScreenSession.gotoKeyguard(); in testOccludeManifestAttr()
133 lockScreenSession.gotoKeyguard(); in testOccludeAttrRemove()
144 lockScreenSession.gotoKeyguard(); in testOccludeAttrRemove()
159 lockScreenSession.gotoKeyguard(SHOW_WHEN_LOCKED_ATTR_ACTIVITY); in testNewActivityDuringOccludedWithAttr()
DKeyguardTests.java108 lockScreenSession.gotoKeyguard(); in testKeyguardHidesActivity()
124 lockScreenSession.gotoKeyguard(SHOW_WHEN_LOCKED_ACTIVITY); in testShowWhenLockedActivity()
141 lockScreenSession.gotoKeyguard(SHOW_WHEN_LOCKED_WITH_DIALOG_ACTIVITY); in testShowWhenLockedActivity_withDialog()
162 lockScreenSession.gotoKeyguard( in testMultipleShowWhenLockedActivities()
180 lockScreenSession.gotoKeyguard(SHOW_WHEN_LOCKED_TRANSLUCENT_ACTIVITY); in testTranslucentShowWhenLockedActivity()
200 lockScreenSession.gotoKeyguard(SHOW_WHEN_LOCKED_TRANSLUCENT_ACTIVITY); in testTranslucentDoesntRevealBehind()
214 lockScreenSession.gotoKeyguard(); in testDialogShowWhenLockedActivity()
238 lockScreenSession.gotoKeyguard(SHOW_WHEN_LOCKED_ACTIVITY); in testShowWhenLockedActivityWhileSplit()
264 lockScreenSession.gotoKeyguard(); in testInheritShowWhenLockedAdd()
290 lockScreenSession.gotoKeyguard(); in testInheritShowWhenLockedRemove()
[all …]
DKeyguardLockedTests.java72 .gotoKeyguard(); in testLockAndUnlock()
93 lockScreenSession.gotoKeyguard(); in testDisableKeyguard_thenSettingCredential_reenablesKeyguard_b119322269()
108 .gotoKeyguard(); in testDismissKeyguard()
122 .gotoKeyguard(); in testDismissKeyguard_whileOccluded()
143 .gotoKeyguard(); in testDismissKeyguard_fromShowWhenLocked_notAllowed()
162 lockScreenSession.gotoKeyguard(); in testDismissKeyguardActivity_method()
180 lockScreenSession.gotoKeyguard(); in testDismissKeyguardActivity_method_cancelled()
219 lockScreenSession.gotoKeyguard(PIP_ACTIVITY); in testEnterPipOverKeyguard()
261 lockScreenSession.gotoKeyguard(SHOW_WHEN_LOCKED_ACTIVITY); in testShowWhenLockedActivityAndPipActivity()
286 lockScreenSession.gotoKeyguard(); in testShowWhenLockedPipActivity()
[all …]
DMultiDisplayLockedKeyguardTests.java75 lockScreenSession.gotoKeyguard(); in testVirtualDisplayHidesContentWhenLocked()
105 lockScreenSession.gotoKeyguard(); in testPrivateDisplayHideContentWhenLocked()
125 lockScreenSession.gotoKeyguard(); in testDismissKeyguard_secondaryDisplay()
149 lockScreenSession.gotoKeyguard(); in testDismissKeyguard_whileOccluded_secondaryDisplay()
DMultiDisplayKeyguardTests.java63 lockScreenSession.gotoKeyguard(); in testDismissKeyguardActivity_secondaryDisplay()
82 lockScreenSession.gotoKeyguard(); in testShowKeyguardDialogOnSecondaryDisplay()
110 lockScreenSession.gotoKeyguard(); in testNoKeyguardDialogOnPrivateDisplay()
DMultiDisplayPolicyTests.java711 lockScreenSession.gotoKeyguard(); in testSecondaryDisplayShowWhenLocked()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleKeyguardTests.java54 lockScreenSession.setLockCredential().gotoKeyguard(); in testSingleLaunch()
74 lockScreenSession.setLockCredential().gotoKeyguard(); in testKeyguardShowHide()
111 lockScreenSession.setLockCredential().gotoKeyguard(); in testKeyguardShowHideOverSplitScreen()
152 lockScreenSession.setLockCredential().gotoKeyguard(); in testKeyguardShowHideOverPip()
DActivityLifecycleTopResumedStateTests.java671 lockScreenSession.setLockCredential().gotoKeyguard(); in testTopPositionLaunchedBehindLockScreen()
697 lockScreenSession.setLockCredential().gotoKeyguard(); in testTopPositionRemovedBehindLockScreen()
718 lockScreenSession.setLockCredential().gotoKeyguard(); in testTopPositionLaunchedOnTopOfLockScreen()
/cts/tests/tests/keystore/src/android/server/am/
DActivityManagerTestBase.java324 public LockScreenSession gotoKeyguard() { in gotoKeyguard() method in ActivityManagerTestBase.LockScreenSession
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageReportingTest.java349 lockScreenSession.gotoKeyguard(); in testSplitscreenSameTokenTwoMissedStop()
/cts/tests/tests/identity/src/android/security/identity/cts/
DUserAuthTest.java118 mLockCredential.gotoKeyguard(); in performDeviceUnlock()
/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java289 mLockCredential.gotoKeyguard(); in performDeviceUnlock()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1148 public LockScreenSession gotoKeyguard(ComponentName... showWhenLockedActivities) {