Searched refs:WEAVER_SLOT_NAME (Results 1 – 1 of 1) sorted by relevance
137 private static final String WEAVER_SLOT_NAME = "weaver"; field in SyntheticPasswordManager899 byte[] data = loadState(WEAVER_SLOT_NAME, protectorId, userId); in loadWeaverSlot()921 saveState(WEAVER_SLOT_NAME, buffer.array(), protectorId, userId); in saveWeaverSlot()926 destroyState(WEAVER_SLOT_NAME, protectorId, userId); in destroyWeaverSlot()956 mStorage.listSyntheticPasswordProtectorsForAllUsers(WEAVER_SLOT_NAME); in getUsedWeaverSlots()1773 if (hasState(WEAVER_SLOT_NAME, protectorId, userId)) { in destroyProtectorCommon()