Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java135 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in includeFile()
/frameworks/support/core-utils/kitkat/android/support/v4/provider/
DDocumentsContractApi19.java122 if ((flags & DocumentsContract.Document.FLAG_SUPPORTS_DELETE) != 0) { in canWrite()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java442 flags |= Document.FLAG_SUPPORTS_DELETE; in includeFile()
447 flags |= Document.FLAG_SUPPORTS_DELETE; in includeFile()
/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.java330 DocumentsContract.Document.FLAG_SUPPORTS_DELETE | in testQueryDocument()
365 DocumentsContract.Document.FLAG_SUPPORTS_DELETE | in testQueryDocument_directory()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabase.java896 flag |= Document.FLAG_SUPPORTS_DELETE; in getDocumentFlags()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java343 public static final int FLAG_SUPPORTS_DELETE = 1 << 2; field in DocumentsContract.Document
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24792 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt34336 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
Dtest-current.txt34525 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
Dsystem-current.txt37284 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4