Searched refs:userProfileParent (Results 1 – 1 of 1) sorted by relevance
100 final UserHandle userProfileParent = userManager.getProfileParent(currentUser); in onAttach() local101 if (userProfileParent != null) { in onAttach()102 newUserId = userProfileParent.getIdentifier(); in onAttach()103 newUserAwareContext = context.createContextAsUser(userProfileParent, 0); in onAttach()