Searched refs:SCREENSHOT_URI_ID (Results 1 – 4 of 4) sorted by relevance
22 import static com.android.systemui.screenshot.ScreenshotController.SCREENSHOT_URI_ID;53 if (!intent.hasExtra(SCREENSHOT_URI_ID)) { in onReceive()58 final Uri uri = Uri.parse(intent.getStringExtra(SCREENSHOT_URI_ID)); in onReceive()
362 .putExtra(ScreenshotController.SCREENSHOT_URI_ID, uri.toString())
250 static final String SCREENSHOT_URI_ID = "android:screenshot_uri_id"; field in ScreenshotController
22 import static com.android.systemui.screenshot.ScreenshotController.SCREENSHOT_URI_ID;101 .putExtra(SCREENSHOT_URI_ID, testUri.toString()); in testFileDeleted()124 intent.putExtra(SCREENSHOT_URI_ID, uriString); in testNotifyScreenshotAction()