Searched defs:privateProfile (Results 1 – 8 of 8) sorted by relevance
49 final UserHandle privateProfile = Utils.getProfileOfType(mUserManager, in injectLocationServices() local
128 final UserHandle privateProfile = Utils.getProfileOfType(mUserManager, in getLocationServices() local
53 val privateProfile = profiles.singleOrNull { it.type == Profile.Type.PRIVATE } in <lambda>() constant
109 UserHandle privateProfile = in DefaultAppListViewModel() local
42 private val privateProfile = Profile(Profile.Type.PRIVATE, privateUser) constant
46 val privateProfile = Profile(PRIVATE, privateUser) constant
81 private val privateProfile = UserHandle.of(10) constant
892 UserHandle privateProfile = privateProfile(sDeviceState).userHandle(); in openDefaultAppListAndSetDefaultAppThenIsDefaultAppForPrivateSpace() local