Searched refs:mGuestRestrictions (Results 1 – 1 of 1) sorted by relevance
485 private final Bundle mGuestRestrictions = new Bundle(); field in UserManagerService2631 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 …]