Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DScreenshotHelper.java238 Intent errorIntent = new Intent(Intent.ACTION_USER_PRESENT); in notifyScreenshotError() local
239 errorIntent.setComponent(errorComponent); in notifyScreenshotError()
240 errorIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT | in notifyScreenshotError()
242 mContext.sendBroadcastAsUser(errorIntent, UserHandle.CURRENT); in notifyScreenshotError()