Searched refs:mCurrentRestrictionLevel (Results 1 – 1 of 1) sorted by relevance
444 private @RestrictionLevel int mCurrentRestrictionLevel; field in AppRestrictionController.RestrictionSettings.PkgSettings460 if (level != mCurrentRestrictionLevel) { in update()461 mLastRestrictionLevel = mCurrentRestrictionLevel; in update()462 mCurrentRestrictionLevel = level; in update()483 sb.append(ActivityManager.restrictionLevelToName(mCurrentRestrictionLevel)); in toString()524 return mCurrentRestrictionLevel; in getCurrentRestrictionLevel()593 newObj.mCurrentRestrictionLevel = mCurrentRestrictionLevel; in clone()618 && otherSettings.mCurrentRestrictionLevel == mCurrentRestrictionLevel in equals()783 settings.mCurrentRestrictionLevel = RESTRICTION_LEVEL_UNKNOWN; in resetToDefault()926 if (pkgSettings.mCurrentRestrictionLevel >= curLevel) { in loadOneFromXml()[all …]