Home
last modified time | relevance | path

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

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DMimeIconUtilsTest.java27 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 …]
/frameworks/base/core/java/com/android/internal/util/
DMimeIconUtils.java256 public static @NonNull MimeTypeInfo getTypeInfo(@NonNull String mimeType) { in getTypeInfo() method in MimeIconUtils
/frameworks/base/core/java/android/content/
DContentResolver.java3419 return getTypeInfo(mimeType).getIcon().loadDrawable(mContext);
3428 public final @NonNull MimeTypeInfo getTypeInfo(@NonNull String mimeType) {
3430 return MimeIconUtils.getTypeInfo(mimeType);
/frameworks/base/non-updatable-api/
Dcurrent.txt9544 …method @NonNull public final android.content.ContentResolver.MimeTypeInfo getTypeInfo(@NonNull Str…
67379 method public java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;
/frameworks/base/api/
Dcurrent.txt9544 …method @NonNull public final android.content.ContentResolver.MimeTypeInfo getTypeInfo(@NonNull Str…
67523 method public java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt46104 method public abstract java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;