Searched defs:loadMimeIcon (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DMimeIconUtils.java200 public static Drawable loadMimeIcon(Context context, String mimeType) { method in class:MimeIconUtils
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DIconUtils.java42 public static Drawable loadMimeIcon( method in class:IconUtils
52 return loadMimeIcon(context, mimeType);
55 public static Drawable loadMimeIcon(Context context, String mimeType) { method in class:IconUtils

Completed in 74 milliseconds