Searched refs:EXTRA_DISALLOW_ENTER_PIP (Results 1 – 3 of 3) sorted by relevance
22 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_DISALLOW_ENTER_PIP;73 intent.getBooleanExtra(EXTRA_DISALLOW_ENTER_PIP, false)); in onReceive()
284 .putExtra(ScreenshotController.EXTRA_DISALLOW_ENTER_PIP, true) in createShareAction()
253 static final String EXTRA_DISALLOW_ENTER_PIP = "android:screenshot_disallow_enter_pip"; field in ScreenshotController