Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A 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 …]
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DFileTypeMap.java37 return String.valueOf(mResolver.getTypeInfo(mimeType).getLabel()); in lookup()
H A DIconUtils.java64 return context.getContentResolver().getTypeInfo(mimeType).getIcon().loadDrawable(context); in loadMimeIcon()
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/utils/
H A DIconProvider.java43 return mContext.getContentResolver().getTypeInfo(mimeType).getIcon().loadDrawable(mContext); in loadMimeIcon()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DMimeIconUtils.java256 public static @NonNull MimeTypeInfo getTypeInfo(@NonNull String mimeType) { in getTypeInfo() method in MimeIconUtils
/aosp12/frameworks/base/core/java/android/content/
H A DContentResolver.java3909 return getTypeInfo(mimeType).getIcon().loadDrawable(mContext);
3918 public final @NonNull MimeTypeInfo getTypeInfo(@NonNull String mimeType) {
3920 return MimeIconUtils.getTypeInfo(mimeType);
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DPermissionActivity.java797 mimeIcon = resolver.getTypeInfo(mimeType).getIcon(); in Description()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt10323 …method @NonNull public final android.content.ContentResolver.MimeTypeInfo getTypeInfo(@NonNull Str…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt46104 method public abstract java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;