Searched refs:mSlotMap (Results 1 – 1 of 1) sorted by relevance
55 private Map<Integer, String> mSlotMap; field in PasswordSlotManager77 if (mSlotMap == null) { in refreshActiveSlots()91 mSlotMap.remove(slot); in refreshActiveSlots()107 if (mSlotMap.containsKey(slot) && !mSlotMap.get(slot).equals(getMode())) { in markSlotInUse()110 mSlotMap.put(slot, getMode()); in markSlotInUse()119 if (mSlotMap.containsKey(slot) && !mSlotMap.get(slot).equals(getMode())) { in markSlotDeleted()122 mSlotMap.remove(slot); in markSlotDeleted()175 if (mSlotMap == null) { in ensureSlotMapLoaded()176 mSlotMap = loadSlotMap(); in ensureSlotMapLoaded()186 if (mSlotMap == null) { in saveSlotMap()[all …]