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.java33 import static android.server.wm.app.Components.KEYGUARD_LOCK_ACTIVITY;
523 launchActivity(KEYGUARD_LOCK_ACTIVITY); in testKeyguardLock()
524 mAmWmState.computeState(KEYGUARD_LOCK_ACTIVITY); in testKeyguardLock()
525 mAmWmState.assertVisibility(KEYGUARD_LOCK_ACTIVITY, true); in testKeyguardLock()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java53 public static final ComponentName KEYGUARD_LOCK_ACTIVITY = component("KeyguardLockActivity"); field in Components