Searched refs:SCREENSHOT_ACTION (Results 1 – 2 of 2) sorted by relevance
84 public static final String SCREENSHOT_ACTION = "com.android.systemui.SCREENSHOT"; field in ClipboardOverlayController250 if (SCREENSHOT_ACTION.equals(intent.getAction())) { in ClipboardOverlayController()262 new IntentFilter(SCREENSHOT_ACTION), null, null, Context.RECEIVER_EXPORTED, in ClipboardOverlayController()
389 mBroadcastSender.sendBroadcast(new Intent(ClipboardOverlayController.SCREENSHOT_ACTION), in handleScreenshot()