Searched refs:mSlotMap (Results 1 – 1 of 1) sorted by relevance
55 private Map<Integer, String> mSlotMap; field in PasswordSlotManager79 if (mSlotMap == null) { in refreshActiveSlots()86 for (Map.Entry<Integer, String> entry : mSlotMap.entrySet()) { in refreshActiveSlots()93 mSlotMap.remove(slot); in refreshActiveSlots()98 mSlotMap.put(slot, getMode()); in refreshActiveSlots()111 if (mSlotMap.containsKey(slot) && !mSlotMap.get(slot).equals(getMode())) { in markSlotInUse()114 mSlotMap.put(slot, getMode()); in markSlotInUse()125 if (mSlotMap.containsKey(slot) && !mSlotMap.get(slot).equals(getMode())) { in markSlotDeleted()128 mSlotMap.remove(slot); in markSlotDeleted()139 return Collections.unmodifiableSet(mSlotMap.keySet()); in getUsedSlots()[all …]