Searched defs:GlobalScreenshot (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java274 new Intent(context, GlobalScreenshot.TargetChosenReceiver.class),
288 new Intent(context, GlobalScreenshot.DeleteScreenshotReceiver.class)
289 .putExtra(GlobalScreenshot.SCREENSHOT_URI_ID, uri.toString()),
318 GlobalScreenshot.notifyScreenshotError(mParams.context, mNotificationManager,
396 class GlobalScreenshot { class
443 public GlobalScreenshot(Context context) { method in class:GlobalScreenshot

Completed in 153 milliseconds