Searched defs:sMimeIcons (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DIconUtils.java30 private static HashMap<String, Integer> sMimeIcons = new HashMap<>(); field in class:IconUtils
33 if (sMimeIcons.put(mimeType, resId) != null) {
241 Integer resId = sMimeIcons.get(mimeType);

Completed in 55 milliseconds