Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRingtoneFactory.java157 UserHandle workProfileUser = null; in getWorkProfileContextForUser() local
166 workProfileUser = profileUser; in getWorkProfileContextForUser()
174 workProfileUser = profileUserHandle; in getWorkProfileContextForUser()
180 return getContextForUserHandle(workProfileUser); in getWorkProfileContextForUser()
DInCallController.java1871 UserHandle workProfileUser = findChildManagedProfileUser(currentUser, um); in bringToForeground() local
1873 .filter((c) -> getUserFromCall(c).equals(workProfileUser)).count() > 0; in bringToForeground()
1874 callingUser = hasWorkCalls ? workProfileUser : currentUser; in bringToForeground()