HomeSort by relevance Sort by last modified time
    Searched refs:COLUMN_FLAGS (Results 1 - 16 of 16) sorted by null

  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java 83 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
135 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_RECENTS | Root.FLAG_SUPPORTS_CREATE);
398 row.add(Document.COLUMN_FLAGS, flags);
402 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_SUPPORTS_CREATE);
ExternalStorageProvider.java 62 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
68 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
258 row.add(Document.COLUMN_FLAGS, flags);
277 row.add(Root.COLUMN_FLAGS, root.flags);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 55 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
61 Document.COLUMN_SUMMARY, Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS,
96 row.add(Root.COLUMN_FLAGS,
285 row.add(Document.COLUMN_FLAGS,
351 row.add(Document.COLUMN_FLAGS, flags);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 68 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
74 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
495 row.add(Root.COLUMN_FLAGS, flags);
510 row.add(Root.COLUMN_FLAGS, flags);
525 row.add(Root.COLUMN_FLAGS, flags);
535 row.add(Document.COLUMN_FLAGS,
544 row.add(Document.COLUMN_FLAGS,
580 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_GRID
611 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_THUMBNAIL);
638 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_GRI
    [all...]
  /packages/apps/Email/src/com/android/email/
AttachmentInfo.java 50 public static final int COLUMN_FLAGS = 5;
92 c.getInt(COLUMN_FLAGS));
  /developers/build/prebuilts/gradle/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 61 Root.COLUMN_FLAGS,
76 Document.COLUMN_FLAGS,
131 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE |
514 row.add(Document.COLUMN_FLAGS, flags);
  /developers/samples/android/content/documentsUi/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 61 Root.COLUMN_FLAGS,
76 Document.COLUMN_FLAGS,
131 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE |
514 row.add(Document.COLUMN_FLAGS, flags);
  /development/samples/Vault/src/com/example/android/vault/
VaultProvider.java 96 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
102 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
207 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE | Root.FLAG_LOCAL_ONLY);
252 row.add(Document.COLUMN_FLAGS, flags);
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 61 Root.COLUMN_FLAGS,
76 Document.COLUMN_FLAGS,
131 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE |
514 row.add(Document.COLUMN_FLAGS, flags);
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 201 public static final String COLUMN_FLAGS = "flags";
222 * @see #COLUMN_FLAGS
241 * @see #COLUMN_FLAGS
248 * @see #COLUMN_FLAGS
259 * @see #COLUMN_FLAGS
272 * @see #COLUMN_FLAGS
281 * @see #COLUMN_FLAGS
292 * @see #COLUMN_FLAGS
331 public static final String COLUMN_FLAGS = "flags";
395 * @see #COLUMN_FLAGS
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java 159 this.flags = getCursorInt(cursor, Document.COLUMN_FLAGS);
RootInfo.java 146 root.flags = getCursorInt(cursor, Root.COLUMN_FLAGS);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 426 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
507 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
778 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
    [all...]
  /packages/apps/Email/src/com/android/email/service/
ImapService.java 176 private static final int COLUMN_FLAGS = 5;
198 mFlags = c.getInt(COLUMN_FLAGS);
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 214 milliseconds