Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DIconUtils.java254 final String typeOnly = mimeType.split("/")[0]; in loadMimeIcon() local
255 if ("audio".equals(typeOnly)) { in loadMimeIcon()
257 } else if ("image".equals(typeOnly)) { in loadMimeIcon()
259 } else if ("text".equals(typeOnly)) { in loadMimeIcon()
261 } else if ("video".equals(typeOnly)) { in loadMimeIcon()