Searched refs:mRestrictionsPinStates (Results 1 – 1 of 1) sorted by relevance
149 private final SparseArray<RestrictionsPinState> mRestrictionsPinStates = field in UserManagerService644 RestrictionsPinState pinState = mRestrictionsPinStates.get(userInfo.id); in writeUserLocked()825 RestrictionsPinState pinState = mRestrictionsPinStates.get(id); in readUserLocked()828 mRestrictionsPinStates.put(id, pinState); in readUserLocked()1074 mRestrictionsPinStates.remove(userHandle); in removeUserStateLocked()1130 RestrictionsPinState pinState = mRestrictionsPinStates.get(userId); in setRestrictionsChallenge()1146 mRestrictionsPinStates.put(userId, pinState); in setRestrictionsChallenge()1157 RestrictionsPinState pinState = mRestrictionsPinStates.get(userId); in checkRestrictionsChallenge()1204 RestrictionsPinState pinState = mRestrictionsPinStates.get(userId); in hasRestrictionsPinLocked()1477 RestrictionsPinState pinState = mRestrictionsPinStates.get(userId); in userForeground()