Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardTransitionTests.java25 import static android.server.wm.app.Components.DISABLE_PREVIEW_ACTIVITY;
61 launchActivity(DISABLE_PREVIEW_ACTIVITY); in testUnlock()
63 mWmState.computeState(DISABLE_PREVIEW_ACTIVITY); in testUnlock()
91 launchActivity(DISABLE_PREVIEW_ACTIVITY); in testUnocclude()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java136 public static final ComponentName DISABLE_PREVIEW_ACTIVITY = field in Components