Searched refs:EXTRA_ACTION_TYPE (Results 1 – 4 of 4) sorted by relevance
22 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_ACTION_TYPE;53 String actionType = intent.getStringExtra(EXTRA_ACTION_TYPE); in onReceive()
420 .putExtra(ScreenshotController.EXTRA_ACTION_TYPE, actionType)
241 static final String EXTRA_ACTION_TYPE = "android:screenshot_action_type"; field in ScreenshotController
19 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_ACTION_TYPE;68 mIntent.putExtra(EXTRA_ACTION_TYPE, testActionType); in testSmartActionIntent()