Searched refs:errorIntent (Results 1 – 1 of 1) sorted by relevance
416 Intent errorIntent = new Intent(Intent.ACTION_USER_PRESENT); in notifyScreenshotError() local417 errorIntent.setComponent(errorComponent); in notifyScreenshotError()418 errorIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT | in notifyScreenshotError()420 mContext.sendBroadcastAsUser(errorIntent, UserHandle.CURRENT); in notifyScreenshotError()