Searched refs:mUserMgr (Results 1 – 2 of 2) sorted by relevance
75 private final UserManager mUserMgr; field in Features.RuntimeFeatures79 mUserMgr = userMgr; in RuntimeFeatures()113 return !mUserMgr.hasUserRestriction(UserManager.DISALLOW_FUN); in isFunPolicyEnabled()117 return !mUserMgr.hasUserRestriction(UserManager.DISALLOW_DEBUGGING_FEATURES); in isDebugPolicyEnabled()
1377 private final UserManager mUserMgr; field in Tethering.UserRestrictionActionListener1384 mUserMgr = um; in UserRestrictionActionListener()1395 final Bundle restrictions = mUserMgr.getUserRestrictions(); in onUserRestrictionsChanged()