Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java14394 final int workProfileUserId = getManagedUserId(callingUserId); in startViewCalendarEventInManagedProfile() local
14395 if (workProfileUserId < 0) { in startViewCalendarEventInManagedProfile()
14398 if (!isPackageAllowedToAccessCalendarForUser(packageName, workProfileUserId)) { in startViewCalendarEventInManagedProfile()
14412 mContext.startActivityAsUser(intent, UserHandle.of(workProfileUserId)); in startViewCalendarEventInManagedProfile()