Home
last modified time | relevance | path

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

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DMimeIconUtilsTest.java34 @IgnoreUnderRavenwood(blockedBy = MimeIconUtils.class)
42 MimeIconUtils.getTypeInfo("image/png").getLabel()); in testSimple()
44 MimeIconUtils.getTypeInfo("image/x-custom").getLabel()); in testSimple()
47 MimeIconUtils.getTypeInfo("chemical/x-alchemy").getLabel()); in testSimple()
49 MimeIconUtils.getTypeInfo("x-custom/x-custom").getLabel()); in testSimple()
52 MimeIconUtils.getTypeInfo("inode/directory").getLabel()); in testSimple()
55 MimeIconUtils.getTypeInfo("application/zip").getLabel()); in testSimple()
57 MimeIconUtils.getTypeInfo("application/rar").getLabel()); in testSimple()
60 MimeIconUtils.getTypeInfo("text/plain").getLabel()); in testSimple()
62 MimeIconUtils.getTypeInfo("text/x-custom").getLabel()); in testSimple()
[all …]
/frameworks/base/core/java/com/android/internal/util/
DMimeIconUtils.java35 public class MimeIconUtils { class
/frameworks/base/core/java/android/content/
DContentResolver.java74 import com.android.internal.util.MimeIconUtils;
3991 return MimeIconUtils.getTypeInfo(mimeType);