Searched defs:privateProfile (Results 1 – 7 of 7) sorted by relevance
49 final UserHandle privateProfile = Utils.getProfileOfType(mUserManager, in injectLocationServices() local
128 final UserHandle privateProfile = Utils.getProfileOfType(mUserManager, in getLocationServices() local
60 val privateProfile = profiles.singleOrNull { it.type == Profile.Type.PRIVATE } in <lambda>() constant
65 UserHandle privateProfile = UserUtils.getPrivateProfile(application); in DefaultAppListViewModel() local
44 private val privateProfile = Profile(Profile.Type.PRIVATE, privateUser) constant
46 val privateProfile = Profile(PRIVATE, privateUser) constant in com.android.intentresolver.domain.interactor.UserInteractorTest
855 UserHandle privateProfile = sDeviceState.privateProfile().userHandle(); in openDefaultAppListAndSetDefaultAppThenIsDefaultAppForPrivateSpace() local