Searched refs:KEYGUARD_LOCK_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
29 import static android.server.wm.app.Components.KEYGUARD_LOCK_ACTIVITY;550 launchActivity(KEYGUARD_LOCK_ACTIVITY); in testKeyguardLock()551 mWmState.computeState(KEYGUARD_LOCK_ACTIVITY); in testKeyguardLock()552 mWmState.assertVisibility(KEYGUARD_LOCK_ACTIVITY, true); in testKeyguardLock()
57 public static final ComponentName KEYGUARD_LOCK_ACTIVITY = component("KeyguardLockActivity"); field in Components