Home
last modified time | relevance | path

Searched refs:FLAG_SUPPORTS_DELETE (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DTestModel.java53 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in update()
DModelTest.java88 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp()
/frameworks/support/v4/kitkat/android/support/v4/provider/
DDocumentsContractApi19.java105 if ((flags & DocumentsContract.Document.FLAG_SUPPORTS_DELETE) != 0) { in canWrite()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java220 DocumentsContract.Document.FLAG_SUPPORTS_DELETE | in testPutChildDocuments()
239 DocumentsContract.Document.FLAG_SUPPORTS_DELETE | in testPutChildDocuments()
258 DocumentsContract.Document.FLAG_SUPPORTS_DELETE | in testPutChildDocuments()
316 assertEquals(Document.FLAG_SUPPORTS_DELETE, cursor.getInt(0)); in testPutChildDocuments_operationsSupported()
DMtpDocumentsProviderTest.java319 DocumentsContract.Document.FLAG_SUPPORTS_DELETE | in testQueryDocument()
354 DocumentsContract.Document.FLAG_SUPPORTS_DELETE | in testQueryDocument_directory()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java183 int flags = Document.FLAG_SUPPORTS_DELETE; in addFileRow()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java239 return (flags & Document.FLAG_SUPPORTS_DELETE) != 0; in isDeleteSupported()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java361 flags |= Document.FLAG_SUPPORTS_DELETE; in includeFile()
366 flags |= Document.FLAG_SUPPORTS_DELETE; in includeFile()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java781 int flags = Document.FLAG_SUPPORTS_DELETE | Document.FLAG_SUPPORTS_RENAME; in createRegularDocument()
798 int flags = Document.FLAG_SUPPORTS_DELETE | Document.FLAG_SUPPORTS_WRITE in createVirtualDocument()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java294 public static final int FLAG_SUPPORTS_DELETE = 1 << 2; field in DocumentsContract.Document
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Ddocument-provider.jd154 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE} 和
451 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE SUPPORTS_DELETE},您就可以刪除該文件。
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Ddocument-provider.jd155 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE} 및
452 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE SUPPORTS_DELETE}가 들어 있는 경우,
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Ddocument-provider.jd152 …UPPORTS_WRITE}、{@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE}、{@link and…
449 <p>ドキュメントの URI と、{@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE SUPPORTS_D…
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Ddocument-provider.jd153 …ument#FLAG_SUPPORTS_WRITE}、{@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE}
453 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE SUPPORTS_DELETE},便可以删除该文档。例…
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Ddocument-provider.jd155 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE} и
452 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE SUPPORTS_DELETE},
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabase.java897 flag |= Document.FLAG_SUPPORTS_DELETE; in getDocumentFlags()
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Ddocument-provider.jd155 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE}, dan
452 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE SUPPORTS_DELETE},
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd155 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE}, and
454 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE SUPPORTS_DELETE},
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Ddocument-provider.jd155 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE}
452 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE SUPPORTS_DELETE},
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java524 if ((docFlags & Document.FLAG_SUPPORTS_DELETE) == 0) { in onItemStateChanged()
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Ddocument-provider.jd155 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE}, và
452 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE SUPPORTS_DELETE},
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24792 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt31858 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
Dsystem-current.txt34461 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
Dtest-current.txt31931 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4