Searched refs:PASSWORD_METRICS_NAME (Results 1 – 1 of 1) sorted by relevance
101 private static final String PASSWORD_METRICS_NAME = "metrics"; field in SyntheticPasswordManager1233 destroyState(PASSWORD_METRICS_NAME, handle, userId); in destroyPasswordBasedSyntheticPassword()1284 final byte[] encrypted = loadState(PASSWORD_METRICS_NAME, handle, userId); in getPasswordMetrics()1297 saveState(PASSWORD_METRICS_NAME, encrypted, handle, userId); in savePasswordMetrics()1301 return hasState(PASSWORD_METRICS_NAME, handle, userId); in hasPasswordMetrics()