Searched refs:sSupportedHashAlgorithms (Results 1 – 1 of 1) sorted by relevance
48 private static Set<String> sSupportedHashAlgorithms; field in DisplayHashManager65 if (sSupportedHashAlgorithms != null) { in getSupportedHashAlgorithms()66 return sSupportedHashAlgorithms; in getSupportedHashAlgorithms()75 sSupportedHashAlgorithms = new ArraySet<>(supportedAlgorithms); in getSupportedHashAlgorithms()76 return sSupportedHashAlgorithms; in getSupportedHashAlgorithms()