Home
last modified time | relevance | path

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

/aosp14/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.java71 private final ScreenshotNotificationsController mNotificationsController;
104 ScreenshotNotificationsController notificationsController, Context context, in TakeScreenshotService()
H A DScreenshotController.java262 private final ScreenshotNotificationsController mNotificationsController;
322 ScreenshotNotificationsController screenshotNotificationsController, in ScreenshotController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DTakeScreenshotServiceTest.kt67 private val notificationsController = mock<ScreenshotNotificationsController>()