Searched refs:COLUMN_LAST_MODIFIED (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportStorageProvider.java | 47 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 157 row.add(Document.COLUMN_LAST_MODIFIED, mRoot.lastModified()); in includeDefaultDocument()
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | TestDocumentsProvider.java | 90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 397 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis()); in includeFile()
|
D | ExternalStorageProvider.java | 86 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
|
/frameworks/base/core/java/com/android/internal/content/ |
D | FileSystemProvider.java | 627 final int lastModifiedIndex = ArrayUtils.indexOf(columns, Document.COLUMN_LAST_MODIFIED); in includeFile()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 352 public static final String COLUMN_LAST_MODIFIED = "last_modified"; field in DocumentsContract.Document
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24785 field public static final java.lang.String COLUMN_LAST_MODIFIED = "last_modified";
|
/frameworks/base/api/ |
D | current.txt | 39882 field public static final String COLUMN_LAST_MODIFIED = "last_modified";
|