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()93 mSlotMap.remove(slot); 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()181 if (mSlotMap == null) { in ensureSlotMapLoaded()182 mSlotMap = loadSlotMap(); in ensureSlotMapLoaded()192 if (mSlotMap == null) { in saveSlotMap()[all …]