Searched refs:EXTRA_ACTION_INTENT_FILLIN (Results 1 – 3 of 3) sorted by relevance
21 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_ACTION_INTENT_FILLIN;52 Intent fillIn = intent.getParcelableExtra(EXTRA_ACTION_INTENT_FILLIN, Intent.class); in onReceive()
446 .putExtra(ScreenshotController.EXTRA_ACTION_INTENT_FILLIN,
249 static final String EXTRA_ACTION_INTENT_FILLIN = "android:screenshot_action_intent_fillin"; field in ScreenshotController