Home
last modified time | relevance | path

Searched refs:COPY_OVERLAY_ACTION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayController.java86 public static final String COPY_OVERLAY_ACTION = "com.android.systemui.COPY"; field in ClipboardOverlayController
266 Intent copyIntent = new Intent(COPY_OVERLAY_ACTION); in ClipboardOverlayController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java343 if (ClipboardOverlayController.COPY_OVERLAY_ACTION.equals(intent.getAction())) { in ScreenshotController()
349 ClipboardOverlayController.COPY_OVERLAY_ACTION), null, null, in ScreenshotController()