Searched refs:getTypeInfo (Results 1 – 10 of 10) sorted by relevance
27 MimeIconUtils.getTypeInfo("image/png").getLabel()); in testSimple()29 MimeIconUtils.getTypeInfo("image/x-custom").getLabel()); in testSimple()32 MimeIconUtils.getTypeInfo("chemical/x-alchemy").getLabel()); in testSimple()34 MimeIconUtils.getTypeInfo("x-custom/x-custom").getLabel()); in testSimple()37 MimeIconUtils.getTypeInfo("inode/directory").getLabel()); in testSimple()40 MimeIconUtils.getTypeInfo("application/zip").getLabel()); in testSimple()42 MimeIconUtils.getTypeInfo("application/rar").getLabel()); in testSimple()45 MimeIconUtils.getTypeInfo("text/plain").getLabel()); in testSimple()47 MimeIconUtils.getTypeInfo("text/x-custom").getLabel()); in testSimple()50 MimeIconUtils.getTypeInfo("audio/flac").getLabel()); in testSimple()[all …]
37 return String.valueOf(mResolver.getTypeInfo(mimeType).getLabel()); in lookup()
64 return context.getContentResolver().getTypeInfo(mimeType).getIcon().loadDrawable(context); in loadMimeIcon()
43 return mContext.getContentResolver().getTypeInfo(mimeType).getIcon().loadDrawable(mContext); in loadMimeIcon()
256 public static @NonNull MimeTypeInfo getTypeInfo(@NonNull String mimeType) { in getTypeInfo() method in MimeIconUtils
3909 return getTypeInfo(mimeType).getIcon().loadDrawable(mContext);3918 public final @NonNull MimeTypeInfo getTypeInfo(@NonNull String mimeType) {3920 return MimeIconUtils.getTypeInfo(mimeType);
797 mimeIcon = resolver.getTypeInfo(mimeType).getIcon(); in Description()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
10323 …method @NonNull public final android.content.ContentResolver.MimeTypeInfo getTypeInfo(@NonNull Str…
46104 method public abstract java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;