Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardTests.java82 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testKeyguardHidesActivity() local
99 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowWhenLockedActivity() local
115 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowWhenLockedActivity_withDialog() local
134 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testMultipleShowWhenLockedActivities() local
155 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testFinishMultipleShowWhenLockedActivities() local
190 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTranslucentShowWhenLockedActivity() local
207 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTranslucentDoesntRevealBehind() local
222 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDialogShowWhenLockedActivity() local
243 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowWhenLockedActivityWhileSplit() local
265 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testInheritShowWhenLockedAdd() local
[all …]
DKeyguardLockedTests.java88 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testLockAndUnlock() local
109 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testDisableKeyguard_thenSettingCredential_reenablesKeyguard_b119322269()
129 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguard() local
142 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguard_whileOccluded() local
163 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguard_fromShowWhenLocked_notAllowed() local
180 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguardActivity_method() local
202 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguardActivity_method_cancelled() local
221 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnActivity_withSecureKeyguardAndAod() local
230 LockScreenSession lockScreenSession, boolean enableAod) { in testTurnScreenOnActivity_withSecureKeyguard()
254 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguardAttrActivity_method_turnScreenOn_withSecureKeyguard() local
[all …]
DKeyguardTransitionTests.java60 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testUnlock() local
70 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testUnlockWallpaper() local
100 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNewActivityDuringOccluded() local
111 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testOccludeManifestAttr() local
123 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testOccludeAttrRemove() local
147 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNewActivityDuringOccludedWithAttr() local
DActivityVisibilityTests.java201 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnActivity() local
226 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnActivity_slowLaunch() local
236 private void testTurnScreenOnActivity(LockScreenSession lockScreenSession, in testTurnScreenOnActivity()
243 private void testTurnScreenOnActivity(LockScreenSession lockScreenSession, in testTurnScreenOnActivity()
262 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testFreeformWindowToTurnScreenOn() local
275 private void testFreeformWindowTurnScreenOnActivity(LockScreenSession lockScreenSession, in testFreeformWindowTurnScreenOnActivity()
293 LockScreenSession lockScreenSession, ActivitySessionClient activitySessionClient, in sleepDeviceAndLaunchTurnScreenOnActivity()
553 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnAttrNoLockScreen() local
571 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnAttrNoLockScreen_SplitScreen() local
583 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testTurnScreenOnWithAttr_Freeform() local
[all …]
DMultiDisplayLockedKeyguardTests.java61 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testVirtualDisplayHidesContentWhenLocked() local
95 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testPrivateDisplayHideContentWhenLocked() local
115 final LockScreenSession lockScreenSession = in testDismissKeyguard_secondaryDisplay() local
138 final LockScreenSession lockScreenSession = in testDismissKeyguard_whileOccluded_secondaryDisplay() local
DMultiDisplayKeyguardTests.java59 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testDismissKeyguardActivity_secondaryDisplay() local
75 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowKeyguardDialogOnSecondaryDisplay() local
94 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowKeyguardDialogSecondaryDisplayChange() local
116 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testShowKeyguardDialogDefaultDisplayChange() local
151 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNoKeyguardDialogOnPrivateDisplay() local
166 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testUnlockScreen_secondDisplayChanged_dismissesKeyguardOnUnlock() local
196 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testUnlockScreen_decoredSystemDisplayChanged_dismissesKeyguardOnUnlock() local
DKeyguardInputTests.java66 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testReceiveKeysOnTopOfKeyguard() local
DMultiDisplayPolicyTests.java521 LockScreenSession lockScreenSession) { in validateStackFocusSwitchOnStackEmptied()
601 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStackFocusSwitchOnTouchEventAfterKeyguard() local
643 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testSecondaryDisplayShowWhenLocked() local
DDisplayTests.java160 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testForceDisplayMetrics() local
DDreamManagerServiceTests.java250 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testStartActivityOnKeyguardLocked() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleKeyguardTests.java52 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testSingleLaunch()
71 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testKeyguardShowHide()
104 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testKeyguardShowHideOverSplitScreen()
145 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testKeyguardShowHideOverPip()
DActivityStarterTests.java155 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testLaunchNoHistoryActivityShowWhenLocked() local
174 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNoHistoryActivityNotFinished() local
203 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNoHistoryActivityWithDifferentTask() local
245 final LockScreenSession lockScreenSession = createManagedLockScreenSession(); in testNoHistoryActivityWithTranslucentActivity() local
DActivityLifecycleTopResumedStateTests.java658 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTopPositionLaunchedBehindLockScreen()
692 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTopPositionRemovedBehindLockScreen()
719 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testTopPositionLaunchedOnTopOfLockScreen()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageReportingTest.java317 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testSplitscreenSameTokenOneMissedStop()
352 try (final LockScreenSession lockScreenSession = new LockScreenSession()) { in testSplitscreenSameTokenTwoMissedStop()