Searched refs:PASSWORD_METRICS_NAME (Results 1 – 1 of 1) sorted by relevance
138 private static final String PASSWORD_METRICS_NAME = "metrics"; field in SyntheticPasswordManager1766 destroyState(PASSWORD_METRICS_NAME, protectorId, userId); in destroyLskfBasedProtector()1834 final byte[] encrypted = loadState(PASSWORD_METRICS_NAME, protectorId, userId); in getPasswordMetrics()1858 saveState(PASSWORD_METRICS_NAME, encrypted, protectorId, userId); in savePasswordMetrics()1863 return hasState(PASSWORD_METRICS_NAME, protectorId, userId); in hasPasswordMetrics()