Searched refs:workProfileUserId (Results 1 – 2 of 2) sorted by relevance
1233 final int workProfileUserId = 10; in test_bubbleViewInfoGetPackageForUser() local1234 final UserHandle workUser = new UserHandle(workProfileUserId); in test_bubbleViewInfoGetPackageForUser()1237 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser()1238 assertEquals(workProfileUserId, bubble.getUser().getIdentifier()); in test_bubbleViewInfoGetPackageForUser()
20619 final int workProfileUserId = getManagedUserId(caller.getUserId());20620 if (workProfileUserId < 0) {20623 if (!isPackageAllowedToAccessCalendarForUser(packageName, workProfileUserId)) {20637 mContext.startActivityAsUser(intent, UserHandle.of(workProfileUserId));