Home
last modified time | relevance | path

Searched refs:SHOW_WHEN_LOCKED_NO_PREVIEW_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardTransitionTests.java28 import static android.server.wm.app.Components.SHOW_WHEN_LOCKED_NO_PREVIEW_ACTIVITY;
81 launchActivity(SHOW_WHEN_LOCKED_NO_PREVIEW_ACTIVITY); in testOcclude()
82 mWmState.computeState(SHOW_WHEN_LOCKED_NO_PREVIEW_ACTIVITY); in testOcclude()
90 launchActivity(SHOW_WHEN_LOCKED_NO_PREVIEW_ACTIVITY); in testUnocclude()
101 launchActivity(SHOW_WHEN_LOCKED_NO_PREVIEW_ACTIVITY); in testNewActivityDuringOccluded()
102 lockScreenSession.gotoKeyguard(SHOW_WHEN_LOCKED_NO_PREVIEW_ACTIVITY); in testNewActivityDuringOccluded()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java138 public static final ComponentName SHOW_WHEN_LOCKED_NO_PREVIEW_ACTIVITY = field in Components