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/keyguard/
DKeyguardTransitionTests.java25 import static android.server.wm.app.Components.DISABLE_PREVIEW_ACTIVITY;
69 launchActivity(DISABLE_PREVIEW_ACTIVITY); in testUnlock()
71 mWmState.computeState(DISABLE_PREVIEW_ACTIVITY); in testUnlock()
103 launchActivity(DISABLE_PREVIEW_ACTIVITY); in testUnocclude()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java141 public static final ComponentName DISABLE_PREVIEW_ACTIVITY = field in Components