Searched refs:workProfileUserId (Results 1 – 1 of 1) sorted by relevance
914 private boolean canAccessCrossProfileCalendar(int workProfileUserId) { in canAccessCrossProfileCalendar() argument921 return workProfileUserId != UserHandle.USER_NULL in canAccessCrossProfileCalendar()923 getCallingPackageName(), workProfileUserId); in canAccessCrossProfileCalendar()946 final int workProfileUserId = getWorkProfileUserId(); in queryWorkProfileProvider() local947 if (!canAccessCrossProfileCalendar(workProfileUserId)) { in queryWorkProfileProvider()952 localUri, workProfileUserId).buildUpon().build(); in queryWorkProfileProvider()