Searched refs:profileUserId (Results 1 – 3 of 3) sorted by relevance
114 final int profileUserId = Utils.getManagedProfileId(mUserManager, UserHandle.myUserId()); in getLocationServices() local117 (profileUserId != UserHandle.USER_NULL in getLocationServices()118 && mLocationEnabler.getShareLocationEnforcedAdmin(profileUserId) != null) in getLocationServices()
124 public void setProfileUserId(int profileUserId) { in setProfileUserId() argument125 mProfileUserId = profileUserId; in setProfileUserId()
399 int profileUserId = Utils.getManagedProfileId(mUserManager, mUserId); in addHeaderView() local401 && profileUserId != UserHandle.USER_NULL) { in addHeaderView()406 extras.putInt(Intent.EXTRA_USER_ID, profileUserId); in addHeaderView()