Searched refs:copyIntent (Results 1 – 1 of 1) sorted by relevance
266 Intent copyIntent = new Intent(COPY_OVERLAY_ACTION); in ClipboardOverlayController() local268 copyIntent.setPackage(mContext.getPackageName()); in ClipboardOverlayController()269 broadcastSender.sendBroadcast(copyIntent, SELF_PERMISSION); in ClipboardOverlayController()