Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java578 final int lastModifiedIndex = ArrayUtils.indexOf(columns, Document.COLUMN_LAST_MODIFIED); in includeFile() local
579 if (lastModifiedIndex != -1) { in includeFile()
583 row.add(lastModifiedIndex, lastModified); in includeFile()