OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_SUPPORTS_WRITE
(Results
1 - 20
of
20
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java
120
file1.flags = Document.
FLAG_SUPPORTS_WRITE
;
128
file2.flags = Document.
FLAG_SUPPORTS_WRITE
;
148
file3.flags = Document.
FLAG_SUPPORTS_WRITE
;
158
file4.flags = Document.
FLAG_SUPPORTS_WRITE
|
211
doc.flags = Document.
FLAG_SUPPORTS_WRITE
| Document.FLAG_SUPPORTS_RENAME;
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
ActivityTest.java
153
Document.
FLAG_SUPPORTS_WRITE
);
StubProvider.java
785
flags |= Document.
FLAG_SUPPORTS_WRITE
;
798
int flags = Document.FLAG_SUPPORTS_DELETE | Document.
FLAG_SUPPORTS_WRITE
[
all
...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
FragmentTuner.java
135
if ((docFlags & Document.
FLAG_SUPPORTS_WRITE
) == 0) {
/frameworks/support/v4/kitkat/android/support/v4/provider/
DocumentsContractApi19.java
114
&& (flags & DocumentsContract.Document.
FLAG_SUPPORTS_WRITE
) != 0) {
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
MtpDatabaseTest.java
221
DocumentsContract.Document.
FLAG_SUPPORTS_WRITE
,
240
DocumentsContract.Document.
FLAG_SUPPORTS_WRITE
,
259
DocumentsContract.Document.
FLAG_SUPPORTS_WRITE
,
300
assertEquals(Document.
FLAG_SUPPORTS_WRITE
, cursor.getInt(0));
[
all
...]
MtpDocumentsProviderTest.java
320
DocumentsContract.Document.
FLAG_SUPPORTS_WRITE
|
[
all
...]
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java
365
assertEquals(Document.
FLAG_SUPPORTS_WRITE
|
/developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java
494
// If the file is writable set
FLAG_SUPPORTS_WRITE
and
496
flags |= Document.
FLAG_SUPPORTS_WRITE
;
/developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java
494
// If the file is writable set
FLAG_SUPPORTS_WRITE
and
496
flags |= Document.
FLAG_SUPPORTS_WRITE
;
/development/samples/Vault/src/com/example/android/vault/
VaultProvider.java
245
flags |= Document.
FLAG_SUPPORTS_WRITE
;
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java
494
// If the file is writable set
FLAG_SUPPORTS_WRITE
and
496
flags |= Document.
FLAG_SUPPORTS_WRITE
;
/frameworks/base/core/java/android/provider/
DocumentsContract.java
232
* @see #
FLAG_SUPPORTS_WRITE
285
public static final int
FLAG_SUPPORTS_WRITE
= 1 << 1;
[
all
...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java
378
int flags = Document.FLAG_SUPPORTS_DELETE | Document.
FLAG_SUPPORTS_WRITE
| extraFlags;
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java
365
flags |= Document.
FLAG_SUPPORTS_WRITE
;
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabase.java
[
all
...]
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 68 milliseconds