Searched refs:maybeNotifyOfScreenshot (Results 1 – 3 of 3) sorted by relevance
67 val list = controller.maybeNotifyOfScreenshot(data) in testMaybeNotifyOfScreenshot_ignoresOverview()81 val list = controller.maybeNotifyOfScreenshot(data) in testMaybeNotifyOfScreenshot_emptySet()107 val list = controller.maybeNotifyOfScreenshot(data) in testMaybeNotifyOfScreenshot_oneApp()158 val list = controller.maybeNotifyOfScreenshot(data) in testMaybeNotifyOfScreenshot_multipleApps()211 val list = controller.maybeNotifyOfScreenshot(data) in testMaybeNotifyOfScreenshot_disabledApp()
56 screenshotDetectionController.maybeNotifyOfScreenshot(screenshot) in <lambda>()78 screenshotDetectionController.maybeNotifyOfScreenshot(screenshot) in <lambda>()
41 fun maybeNotifyOfScreenshot(data: ScreenshotData): List<CharSequence> { in maybeNotifyOfScreenshot() method in com.android.systemui.screenshot.ScreenshotDetectionController