/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/ |
D | TestModel.java | 53 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in update()
|
D | ModelTest.java | 88 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in setUp()
|
/frameworks/support/v4/kitkat/android/support/v4/provider/ |
D | DocumentsContractApi19.java | 105 if ((flags & DocumentsContract.Document.FLAG_SUPPORTS_DELETE) != 0) { in canWrite()
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 220 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()
|
D | MtpDocumentsProviderTest.java | 319 DocumentsContract.Document.FLAG_SUPPORTS_DELETE | in testQueryDocument() 354 DocumentsContract.Document.FLAG_SUPPORTS_DELETE | in testQueryDocument_directory()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportStorageProvider.java | 183 int flags = Document.FLAG_SUPPORTS_DELETE; in addFileRow()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | DocumentInfo.java | 239 return (flags & Document.FLAG_SUPPORTS_DELETE) != 0; in isDeleteSupported()
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | ExternalStorageProvider.java | 361 flags |= Document.FLAG_SUPPORTS_DELETE; in includeFile() 366 flags |= Document.FLAG_SUPPORTS_DELETE; in includeFile()
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
D | StubProvider.java | 781 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/ |
D | DocumentsContract.java | 294 public static final int FLAG_SUPPORTS_DELETE = 1 << 2; field in DocumentsContract.Document
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | document-provider.jd | 154 {@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/ |
D | document-provider.jd | 155 {@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/ |
D | document-provider.jd | 152 …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/ |
D | document-provider.jd | 153 …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/ |
D | document-provider.jd | 155 {@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/ |
D | MtpDatabase.java | 897 flag |= Document.FLAG_SUPPORTS_DELETE; in getDocumentFlags()
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | document-provider.jd | 155 {@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/ |
D | document-provider.jd | 155 {@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/ |
D | document-provider.jd | 155 {@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/ |
D | DirectoryFragment.java | 524 if ((docFlags & Document.FLAG_SUPPORTS_DELETE) == 0) { in onItemStateChanged()
|
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/ |
D | document-provider.jd | 155 {@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/ |
D | android-22.txt | 24792 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
|
/frameworks/base/api/ |
D | current.txt | 31858 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
|
D | system-current.txt | 34461 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
|
D | test-current.txt | 31931 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
|