Searched refs:workProfileUserId (Results 1 – 1 of 1) sorted by relevance
14394 final int workProfileUserId = getManagedUserId(callingUserId); in startViewCalendarEventInManagedProfile() local14395 if (workProfileUserId < 0) { in startViewCalendarEventInManagedProfile()14398 if (!isPackageAllowedToAccessCalendarForUser(packageName, workProfileUserId)) { in startViewCalendarEventInManagedProfile()14412 mContext.startActivityAsUser(intent, UserHandle.of(workProfileUserId)); in startViewCalendarEventInManagedProfile()