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

1 2

  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportStorageProvider.java 47 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
85 row.add(Document.COLUMN_LAST_MODIFIED, mRoot.lastModified());
192 row.add(Document.COLUMN_LAST_MODIFIED, file.lastModified());
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
FilteringCursorWrapper.java 57 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
DirectoryLoader.java 220 return Document.COLUMN_LAST_MODIFIED + " DESC";
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabaseConstants.java 134 Document.COLUMN_LAST_MODIFIED + " INTEGER," +
MtpDatabase.java 756 values.putNull(Document.COLUMN_LAST_MODIFIED);
797 values.putNull(Document.COLUMN_LAST_MODIFIED);
836 Document.COLUMN_LAST_MODIFIED,
    [all...]
  /frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
StressProvider.java 76 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
194 row.add(Document.COLUMN_LAST_MODIFIED, document.lastModified);
  /development/samples/Vault/src/com/example/android/vault/
VaultProvider.java 103 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
256 row.add(Document.COLUMN_LAST_MODIFIED, meta.optLong(Document.COLUMN_LAST_MODIFIED));
EncryptedDocument.java 236 meta.put(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis());
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
MtpDatabaseTest.java 49 DocumentsContract.Document.COLUMN_LAST_MODIFIED,
104 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED));
166 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED));
216 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED));
235 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED));
254 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED));
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 75 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
594 row.add(Document.COLUMN_LAST_MODIFIED,
624 row.add(Document.COLUMN_LAST_MODIFIED,
652 row.add(Document.COLUMN_LAST_MODIFIED,
682 row.add(Document.COLUMN_LAST_MODIFIED,
752 row.add(Document.COLUMN_LAST_MODIFIED,
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 54 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
187 row.add(Document.COLUMN_LAST_MODIFIED, lastModified);
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
ModelTest.java 56 Document.COLUMN_LAST_MODIFIED,
284 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis());
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java 90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
397 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis());
ExternalStorageProvider.java 84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
393 row.add(Document.COLUMN_LAST_MODIFIED, lastModified);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
GridDocumentHolder.java 125 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
ListDocumentHolder.java 121 final long docLastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
Model.java 364 long l = getCursorLong(mCursor, Document.COLUMN_LAST_MODIFIED);
  /frameworks/support/v4/kitkat/android/support/v4/provider/
DocumentsContractApi19.java 67 return queryForLong(context, self, DocumentsContract.Document.COLUMN_LAST_MODIFIED, 0);
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 75 Document.COLUMN_LAST_MODIFIED,
513 row.add(Document.COLUMN_LAST_MODIFIED, file.lastModified());
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 75 Document.COLUMN_LAST_MODIFIED,
513 row.add(Document.COLUMN_LAST_MODIFIED, file.lastModified());
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 75 Document.COLUMN_LAST_MODIFIED,
513 row.add(Document.COLUMN_LAST_MODIFIED, file.lastModified());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 64 Document.COLUMN_SUMMARY, Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS,
400 row.add(Document.COLUMN_LAST_MODIFIED, lastModified);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java 159 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
StubProvider.java 84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
615 row.add(Document.COLUMN_LAST_MODIFIED, document.file.lastModified());
    [all...]
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 216 public static final String COLUMN_LAST_MODIFIED = "last_modified";
318 * {@link #COLUMN_LAST_MODIFIED}. Only valid when
    [all...]

Completed in 80 milliseconds

1 2