Searched refs:getTypeInfo (Results 1 – 6 of 6) 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 …]
256 public static @NonNull MimeTypeInfo getTypeInfo(@NonNull String mimeType) { in getTypeInfo() method in MimeIconUtils
3419 return getTypeInfo(mimeType).getIcon().loadDrawable(mContext);3428 public final @NonNull MimeTypeInfo getTypeInfo(@NonNull String mimeType) {3430 return MimeIconUtils.getTypeInfo(mimeType);
9544 …method @NonNull public final android.content.ContentResolver.MimeTypeInfo getTypeInfo(@NonNull Str…67379 method public java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;
9544 …method @NonNull public final android.content.ContentResolver.MimeTypeInfo getTypeInfo(@NonNull Str…67523 method public java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;
46104 method public abstract java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;