Searched refs:PASSWORD_METRICS_NAME (Results 1 – 1 of 1) sorted by relevance
133 private static final String PASSWORD_METRICS_NAME = "metrics"; field in SyntheticPasswordManager1695 destroyState(PASSWORD_METRICS_NAME, protectorId, userId); in destroyLskfBasedProtector()1763 final byte[] encrypted = loadState(PASSWORD_METRICS_NAME, protectorId, userId); in getPasswordMetrics()1787 saveState(PASSWORD_METRICS_NAME, encrypted, protectorId, userId); in savePasswordMetrics()1792 return hasState(PASSWORD_METRICS_NAME, protectorId, userId); in hasPasswordMetrics()