Searched refs:EXTRA_ACTION_INTENT (Results 1 – 5 of 5) sorted by relevance
20 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_ACTION_INTENT;50 intent.getParcelableExtra(EXTRA_ACTION_INTENT, PendingIntent.class); in onReceive()
227 .putExtra(ScreenshotController.EXTRA_ACTION_INTENT, action.actionIntent) in buildSmartActions()268 .putExtra(ScreenshotController.EXTRA_ACTION_INTENT, quickShare.actionIntent) in createQuickShareAction()
182 public static final String EXTRA_ACTION_INTENT = "android:screenshot_action_intent"; field in ScreenshotController
232 ScreenshotController.EXTRA_ACTION_INTENT, in testCreateQuickShareAction_mutableIntent_returnsSafeIntent()270 ScreenshotController.EXTRA_ACTION_INTENT, in testCreateQuickShareAction_immutableIntent_returnsSafeIntent()
60 .putExtra(ScreenshotController.EXTRA_ACTION_INTENT, mMockPendingIntent); in setup()