Searched refs:savingToWorkProfileAnnouncement (Results 1 – 3 of 3) sorted by relevance
33 open val savingToWorkProfileAnnouncement by lazy { in <lambda>() constant in com.android.systemui.screenshot.resources.Messages
40 ProfileType.WORK -> messages.savingToWorkProfileAnnouncement in getScreenshotAnnouncement()
44 whenever(it.savingToWorkProfileAnnouncement).thenReturn(workMessage) in <lambda>()