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;
114 launchActivity(SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY); in testOccludeManifestAttr()
115 mWmState.computeState(SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY); in testOccludeManifestAttr()
118 assertSingleLaunch(SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY); in testOccludeManifestAttr()
148 launchActivity(SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY); in testNewActivityDuringOccludedWithAttr()
149 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