Home
last modified time | relevance | path

Searched refs:sSupportedHashAlgorithms (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/displayhash/
H A DDisplayHashManager.java48 private static Set<String> sSupportedHashAlgorithms; field in DisplayHashManager
65 if (sSupportedHashAlgorithms != null) { in getSupportedHashAlgorithms()
66 return sSupportedHashAlgorithms; in getSupportedHashAlgorithms()
75 sSupportedHashAlgorithms = new ArraySet<>(supportedAlgorithms); in getSupportedHashAlgorithms()
76 return sSupportedHashAlgorithms; in getSupportedHashAlgorithms()