Home
last modified time | relevance | path

Searched refs:personalProfileUserHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/devicepolicy/
DScreenCaptureDevicePolicyResolver.kt33 @PersonalProfile private val personalProfileUserHandle: UserHandle, constant in com.android.systemui.mediaprojection.devicepolicy.ScreenCaptureDevicePolicyResolver
93 targetAppUserHandle = personalProfileUserHandle, in isScreenCaptureCompletelyDisabled()
103 personalProfileUserHandle.identifier in <lambda>()
/frameworks/base/core/java/com/android/internal/app/
DNoAppsAvailableEmptyStateProvider.java55 UserHandle personalProfileUserHandle, String metricsCategory, in NoAppsAvailableEmptyStateProvider() argument
59 mPersonalProfileUserHandle = personalProfileUserHandle; in NoAppsAvailableEmptyStateProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorActivity.kt111 component.personalProfileUserHandle in getLayoutResource()
350 personalProfileUserHandle: UserHandle in Intent()
363 if (hostUserHandle == personalProfileUserHandle) { in Intent()
DMediaProjectionAppSelectorComponent.kt162 @get:PersonalProfile val personalProfileUserHandle: UserHandle constant