Searched refs:KEYGUARD_LOCK_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
33 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()
53 public static final ComponentName KEYGUARD_LOCK_ACTIVITY = component("KeyguardLockActivity"); field in Components