Searched refs:mDisplayHashAlgorithms (Results 1 – 1 of 1) sorted by relevance
96 private Map<String, DisplayHashParams> mDisplayHashAlgorithms; field in DisplayHashController237 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()