Searched refs:errorIntent (Results 1 – 1 of 1) sorted by relevance
5433 Intent errorIntent = new Intent(Intent.ACTION_USER_PRESENT); in notifyScreenshotError() local5434 errorIntent.setComponent(errorComponent); in notifyScreenshotError()5435 errorIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT | in notifyScreenshotError()5437 mContext.sendBroadcastAsUser(errorIntent, UserHandle.CURRENT); in notifyScreenshotError()