Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DScreenshotHelper.java117 notifyScreenshotError(); in takeScreenshotInternal()
187 notifyScreenshotError(); in takeScreenshotInternal()
231 private void notifyScreenshotError() { in notifyScreenshotError() method in ScreenshotHelper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotServiceErrorReceiver.java38 controller.notifyScreenshotError(R.string.screenshot_failed_to_save_unknown_text); in onReceive()
H A DTakeScreenshotService.java199 mNotificationsController.notifyScreenshotError( in handleRequest()
228 mNotificationsController.notifyScreenshotError( in handleRequest()
H A DScreenshotNotificationsController.java63 public void notifyScreenshotError(int msgResId) { in notifyScreenshotError() method in ScreenshotNotificationsController
H A DScreenshotController.java415 mNotificationsController.notifyScreenshotError( in handleScreenshot()
942 mNotificationsController.notifyScreenshotError(
1120 mNotificationsController.notifyScreenshotError(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DTakeScreenshotServiceTest.kt180 verify(notificationsController, times(1)).notifyScreenshotError(anyInt())
272 verify(notificationsController, times(1)).notifyScreenshotError(anyInt())