Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayHashController.java96 private Map<String, DisplayHashParams> mDisplayHashAlgorithms; field in DisplayHashController
237 if (mDisplayHashAlgorithms != null) { in getDisplayHashAlgorithms()
238 return mDisplayHashAlgorithms; in getDisplayHashAlgorithms()
250 mDisplayHashAlgorithms = new HashMap<>(results.size()); in getDisplayHashAlgorithms()
252 mDisplayHashAlgorithms.put(key, results.getParcelable(key)); in getDisplayHashAlgorithms()
255 return mDisplayHashAlgorithms; in getDisplayHashAlgorithms()