Searched refs:mGuestRestrictions (Results 1 – 1 of 1) sorted by relevance
509 private final Bundle mGuestRestrictions = new Bundle(); field in UserManagerService3199 synchronized (mGuestRestrictions) { in initDefaultGuestRestrictions()3200 if (mGuestRestrictions.isEmpty()) { in initDefaultGuestRestrictions()3206 guestType.addDefaultRestrictionsTo(mGuestRestrictions); in initDefaultGuestRestrictions()3214 synchronized (mGuestRestrictions) { in getDefaultGuestRestrictions()3215 return new Bundle(mGuestRestrictions); in getDefaultGuestRestrictions()3228 synchronized (mGuestRestrictions) { in setDefaultGuestRestrictions()3229 mGuestRestrictions.clear(); in setDefaultGuestRestrictions()3230 mGuestRestrictions.putAll(restrictions); in setDefaultGuestRestrictions()4305 synchronized (mGuestRestrictions) { in readUserListLP()[all …]