Searched refs:policyResolver (Results 1 – 3 of 3) sorted by relevance
35 private val policyResolver: ScreenCaptureDevicePolicyResolver, constant in com.android.systemui.mediaprojection.appselector.MediaProjectionBlockerEmptyStateProvider41 policyResolver.isScreenCaptureAllowed( in getEmptyState()
41 private val policyResolver: ScreenCaptureDevicePolicyResolver = mock() constant in com.android.systemui.mediaprojection.appselector.MediaProjectionAppSelectorControllerTest50 policyResolver, in createController()243 whenever(policyResolver.isScreenCaptureAllowed(any(), any())).thenReturn(isAllow) in givenCaptureAllowed()
50 protected val policyResolver = constant464 policyResolver.isScreenCaptureAllowed(targetAppUserHandle, hostAppUserHandle) in test()657 val completelyDisabled = policyResolver.isScreenCaptureCompletelyDisabled(hostAppUserHandle) in test()