Home
last modified time | relevance | path

Searched refs:mCurrentRestrictionLevel (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java444 private @RestrictionLevel int mCurrentRestrictionLevel; field in AppRestrictionController.RestrictionSettings.PkgSettings
460 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 …]