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;51 Intent fillIn = intent.getParcelableExtra(EXTRA_ACTION_INTENT_FILLIN, Intent.class); in onReceive()
269 .putExtra(ScreenshotController.EXTRA_ACTION_INTENT_FILLIN, in createQuickShareAction()
183 public static final String EXTRA_ACTION_INTENT_FILLIN = field in ScreenshotController