OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_DIR_PREFERS_LAST_MODIFIED
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryLoader.java
104
if ((mDoc.flags & Document.
FLAG_DIR_PREFERS_LAST_MODIFIED
) != 0) {
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportStorageProvider.java
86
row.add(Document.COLUMN_FLAGS, Document.
FLAG_DIR_PREFERS_LAST_MODIFIED
);
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java
552
Document.FLAG_DIR_PREFERS_GRID | Document.
FLAG_DIR_PREFERS_LAST_MODIFIED
);
561
Document.FLAG_DIR_PREFERS_GRID | Document.
FLAG_DIR_PREFERS_LAST_MODIFIED
);
597
| Document.FLAG_SUPPORTS_THUMBNAIL | Document.
FLAG_DIR_PREFERS_LAST_MODIFIED
);
655
| Document.FLAG_SUPPORTS_THUMBNAIL | Document.
FLAG_DIR_PREFERS_LAST_MODIFIED
);
[
all
...]
/frameworks/base/core/java/android/provider/
DocumentsContract.java
236
* @see #
FLAG_DIR_PREFERS_LAST_MODIFIED
323
public static final int
FLAG_DIR_PREFERS_LAST_MODIFIED
= 1 << 5;
[
all
...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java
325
Document.
FLAG_DIR_PREFERS_LAST_MODIFIED
| Document.FLAG_DIR_SUPPORTS_CREATE);
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 39 milliseconds