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.java391 private final Bundle mGuestRestrictions = new Bundle(); field in UserManagerService
1735 synchronized (mGuestRestrictions) { in initDefaultGuestRestrictions()
1736 if (mGuestRestrictions.isEmpty()) { in initDefaultGuestRestrictions()
1742 guestType.addDefaultRestrictionsTo(mGuestRestrictions); in initDefaultGuestRestrictions()
1750 synchronized (mGuestRestrictions) { in getDefaultGuestRestrictions()
1751 return new Bundle(mGuestRestrictions); in getDefaultGuestRestrictions()
1758 synchronized (mGuestRestrictions) { in setDefaultGuestRestrictions()
1759 mGuestRestrictions.clear(); in setDefaultGuestRestrictions()
1760 mGuestRestrictions.putAll(restrictions); in setDefaultGuestRestrictions()
2555 synchronized (mGuestRestrictions) { in readUserListLP()
[all …]