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

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
FilteringCursorWrapper.java 56 cursor.getColumnIndex(Document.COLUMN_LAST_MODIFIED));
DirectoryLoader.java 260 return Document.COLUMN_LAST_MODIFIED + " DESC";
SortingCursorWrapper.java 77 cursor.getColumnIndex(Document.COLUMN_LAST_MODIFIED));
DirectoryFragment.java 777 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 74 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
578 row.add(Document.COLUMN_LAST_MODIFIED,
609 row.add(Document.COLUMN_LAST_MODIFIED,
636 row.add(Document.COLUMN_LAST_MODIFIED,
667 row.add(Document.COLUMN_LAST_MODIFIED,
734 row.add(Document.COLUMN_LAST_MODIFIED,
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 57 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
195 row.add(Document.COLUMN_LAST_MODIFIED, lastModified);
TestDocumentsProvider.java 85 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
358 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 61 Document.COLUMN_SUMMARY, Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS,
350 row.add(Document.COLUMN_LAST_MODIFIED, lastModified);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java 158 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 175 public static final String COLUMN_LAST_MODIFIED = "last_modified";
274 * {@link #COLUMN_LAST_MODIFIED}. Only valid when
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 779 milliseconds