Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java164 private final Bundle mGuestRestrictions = new Bundle(); field in UserManagerService
509 if (mGuestRestrictions.isEmpty()) { in initDefaultGuestRestrictions()
510 mGuestRestrictions.putBoolean(UserManager.DISALLOW_OUTGOING_CALLS, true); in initDefaultGuestRestrictions()
511 mGuestRestrictions.putBoolean(UserManager.DISALLOW_SMS, true); in initDefaultGuestRestrictions()
519 return new Bundle(mGuestRestrictions); in getDefaultGuestRestrictions()
527 mGuestRestrictions.clear(); in setDefaultGuestRestrictions()
528 mGuestRestrictions.putAll(restrictions); in setDefaultGuestRestrictions()
770 readRestrictionsLocked(parser, mGuestRestrictions); in readUserListLocked()
948 writeRestrictionsLocked(serializer, mGuestRestrictions); in writeUserListLocked()