Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotServiceErrorReceiver.java36 ScreenshotNotificationsController controller = in onReceive()
37 new ScreenshotNotificationsController(context, wm); in onReceive()
H A DScreenshotNotificationsController.java42 public class ScreenshotNotificationsController { class
50 ScreenshotNotificationsController(Context context, WindowManager windowManager) { in ScreenshotNotificationsController() method in ScreenshotNotificationsController
H A DTakeScreenshotService.java67 private final ScreenshotNotificationsController mNotificationsController;
96 ScreenshotNotificationsController notificationsController) { in TakeScreenshotService()
H A DScreenshotController.java243 private final ScreenshotNotificationsController mNotificationsController;
302 ScreenshotNotificationsController screenshotNotificationsController, in ScreenshotController()