Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardTransitionTests.java29 import static android.server.wm.app.Components.SHOW_WHEN_LOCKED_WITH_DIALOG_NO_PREVIEW_ACTIVITY;
103 launchActivity(SHOW_WHEN_LOCKED_WITH_DIALOG_NO_PREVIEW_ACTIVITY); in testNewActivityDuringOccluded()
104 mWmState.computeState(SHOW_WHEN_LOCKED_WITH_DIALOG_NO_PREVIEW_ACTIVITY); in testNewActivityDuringOccluded()
150 launchActivity(SHOW_WHEN_LOCKED_WITH_DIALOG_NO_PREVIEW_ACTIVITY); in testNewActivityDuringOccludedWithAttr()
151 mWmState.computeState(SHOW_WHEN_LOCKED_WITH_DIALOG_NO_PREVIEW_ACTIVITY); in testNewActivityDuringOccludedWithAttr()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java144 public static final ComponentName SHOW_WHEN_LOCKED_WITH_DIALOG_NO_PREVIEW_ACTIVITY = field in Components