Searched refs:profileTypes (Results 1 – 4 of 4) sorted by relevance
33 private val profileTypes: ProfileTypeRepository, constant in com.android.systemui.screenshot.AnnouncementResolver38 when (profileTypes.getProfileType(userId)) { in getScreenshotAnnouncement()
37 private val profileTypes: ProfileTypeRepository, in <lambda>() constant in com.android.systemui.screenshot.policy.PrivateProfilePolicy53 profileTypes.getProfileType(it.userId) == ProfileType.PRIVATE in <lambda>()
40 private val profileTypes: ProfileTypeRepository, in <lambda>() constant in com.android.systemui.screenshot.policy.WorkProfilePolicy65 profileTypes.getProfileType(child.userId) == ProfileType.WORK in <lambda>()
39 private val profileTypes: ProfileTypeRepository, in <lambda>() constant in com.android.systemui.screenshot.message.ProfileMessageController49 when (profileTypes.getProfileType(userHandle.identifier)) { in <lambda>()