Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardTransitionTests.java26 import static android.server.wm.app.Components.SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY;
124 launchActivity(SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY); in testOccludeManifestAttr()
125 mWmState.computeState(SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY); in testOccludeManifestAttr()
128 assertSingleLaunch(SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY); in testOccludeManifestAttr()
158 launchActivity(SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY); in testNewActivityDuringOccludedWithAttr()
159 lockScreenSession.gotoKeyguard(SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY); in testNewActivityDuringOccludedWithAttr()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java140 public static final ComponentName SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY = field in Components