Home
last modified time | relevance | path

Searched refs:EXTRA_SHOW_OVER_KEYGUARD (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardLockedTests.java28 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()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java40 import static android.server.wm.app.Components.PipActivity.EXTRA_SHOW_OVER_KEYGUARD;
120 if (getIntent().hasExtra(EXTRA_SHOW_OVER_KEYGUARD)) { in onCreate()
DComponents.java374 public static final String EXTRA_SHOW_OVER_KEYGUARD = "show_over_keyguard"; field in Components.PipActivity