Searched refs:SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
26 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()
140 public static final ComponentName SHOW_WHEN_LOCKED_ATTR_NO_PREVIEW_ACTIVITY = field in Components