Searched refs:savingScreenshotAnnouncement (Results 1 – 3 of 3) sorted by relevance
29 open val savingScreenshotAnnouncement by lazy { in <lambda>() constant in com.android.systemui.screenshot.resources.Messages
41 else -> messages.savingScreenshotAnnouncement in getScreenshotAnnouncement()
43 whenever(it.savingScreenshotAnnouncement).thenReturn(screenshotMessage) in <lambda>()