Searched refs:mOtherUserIds (Results 1 – 1 of 1) sorted by relevance
349 private final SparseArray<Object> mOtherUserIds = field in Settings1151 if (mOtherUserIds.get(uid) != null) { in addUserIdLPw()1157 mOtherUserIds.put(uid, obj); in addUserIdLPw()1168 return mOtherUserIds.get(uid); in getUserIdLPr()1178 mOtherUserIds.remove(uid); in removeUserIdLPw()1189 mOtherUserIds.put(uid, obj); in replaceUserIdLPw()