Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardTests.java29 import static android.server.wm.app.Components.KEYGUARD_LOCK_ACTIVITY;
547 launchActivity(KEYGUARD_LOCK_ACTIVITY); in testKeyguardLock()
548 mWmState.computeState(KEYGUARD_LOCK_ACTIVITY); in testKeyguardLock()
549 mWmState.assertVisibility(KEYGUARD_LOCK_ACTIVITY, true); in testKeyguardLock()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java57 public static final ComponentName KEYGUARD_LOCK_ACTIVITY = component("KeyguardLockActivity"); field in Components