Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java485 private final Bundle mGuestRestrictions = new Bundle(); field in UserManagerService
2631 synchronized (mGuestRestrictions) { in initDefaultGuestRestrictions()
2632 if (mGuestRestrictions.isEmpty()) { in initDefaultGuestRestrictions()
2646 synchronized (mGuestRestrictions) { in getDefaultGuestRestrictions()
2647 return new Bundle(mGuestRestrictions); in getDefaultGuestRestrictions()
2660 synchronized (mGuestRestrictions) { in setDefaultGuestRestrictions()
2661 mGuestRestrictions.clear(); in setDefaultGuestRestrictions()
2662 mGuestRestrictions.putAll(restrictions); in setDefaultGuestRestrictions()
4360 synchronized (mGuestRestrictions) {
4964 synchronized (mGuestRestrictions) {
[all …]