Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivityLogger.java208 case ChooserActivity.CONTENT_PREVIEW_FILE: in typeFromPreviewInt()
H A DChooserActivity.java317 @IntDef({CONTENT_PREVIEW_FILE, CONTENT_PREVIEW_IMAGE, CONTENT_PREVIEW_TEXT})
324 protected static final int CONTENT_PREVIEW_FILE = 2; field in ChooserActivity
1346 case CONTENT_PREVIEW_FILE:
1655 return isImageType(mimeType) ? CONTENT_PREVIEW_IMAGE : CONTENT_PREVIEW_FILE;
1679 if (findPreferredContentPreview(uri, resolver) == CONTENT_PREVIEW_FILE) {
1680 return CONTENT_PREVIEW_FILE;
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java237 private static final int CONTENT_PREVIEW_FILE = 2; field in ChooserActivityTest