Searched refs:EXTRA_SHOW_OVER_KEYGUARD (Results 1 – 3 of 3) sorted by relevance
28 import static android.server.wm.app.Components.PipActivity.EXTRA_SHOW_OVER_KEYGUARD;216 launchActivity(PIP_ACTIVITY, EXTRA_SHOW_OVER_KEYGUARD, "true"); in testEnterPipOverKeyguard()278 EXTRA_SHOW_OVER_KEYGUARD, "true"); in testShowWhenLockedPipActivity()
40 import static android.server.wm.app.Components.PipActivity.EXTRA_SHOW_OVER_KEYGUARD;120 if (getIntent().hasExtra(EXTRA_SHOW_OVER_KEYGUARD)) { in onCreate()
374 public static final String EXTRA_SHOW_OVER_KEYGUARD = "show_over_keyguard"; field in Components.PipActivity