Home
last modified time | relevance | path

Searched refs:FLAG_SUPPORTS_THUMBNAIL (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java242 includeFile(result, "localfile2", Document.FLAG_SUPPORTS_THUMBNAIL); in queryChildDocuments()
248 includeFile(result, "i maded u an picshure" + i, Document.FLAG_SUPPORTS_THUMBNAIL); in queryChildDocuments()
DExternalStorageProvider.java380 flags |= Document.FLAG_SUPPORTS_THUMBNAIL; in includeFile()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DIconHelper.java213 final boolean supportsThumbnail = (docFlags & Document.FLAG_SUPPORTS_THUMBNAIL) != 0; in loadThumbnail()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java227 return (flags & Document.FLAG_SUPPORTS_THUMBNAIL) != 0; in isThumbnailSupported()
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java193 document.thumbnail != -1 ? Document.FLAG_SUPPORTS_THUMBNAIL : 0); in includeDocument()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDocumentsProviderTest.java332 DocumentsContract.Document.FLAG_SUPPORTS_THUMBNAIL, in testQueryDocument()
422 assertEquals(Document.FLAG_SUPPORTS_THUMBNAIL, cursor.getInt(4)); in testQueryChildDocuments()
/frameworks/support/documents-archive/src/android/support/provider/
DDocumentArchive.java518 final int flags = mimeType.startsWith("image/") ? Document.FLAG_SUPPORTS_THUMBNAIL : 0; in addCursorRow()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java269 public static final int FLAG_SUPPORTS_THUMBNAIL = 1; field in DocumentsContract.Document
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabase.java905 flag |= Document.FLAG_SUPPORTS_THUMBNAIL; in getDocumentFlags()
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Ddocument-provider.jd155 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_THUMBNAIL}。多个目录中可以包含相同的
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Ddocument-provider.jd152 …PORTS_DELETE}、{@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_THUMBNAIL} といった機能です…
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Ddocument-provider.jd156 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_THUMBNAIL}.
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Ddocument-provider.jd155 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_THUMBNAIL}。相同的 {@link android.prov…
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Ddocument-provider.jd156 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_THUMBNAIL} 등입니다.
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Ddocument-provider.jd156 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_THUMBNAIL}.
/frameworks/base/docs/html-intl/intl/id/guide/topics/providers/
Ddocument-provider.jd156 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_THUMBNAIL}.
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd156 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_THUMBNAIL}.
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Ddocument-provider.jd156 e {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_THUMBNAIL}.
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Ddocument-provider.jd156 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_THUMBNAIL}.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24794 field public static final int FLAG_SUPPORTS_THUMBNAIL = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt31967 field public static final int FLAG_SUPPORTS_THUMBNAIL = 1; // 0x1
Dsystem-current.txt34620 field public static final int FLAG_SUPPORTS_THUMBNAIL = 1; // 0x1
Dtest-current.txt32046 field public static final int FLAG_SUPPORTS_THUMBNAIL = 1; // 0x1