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

1 2

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
TestRootProvider.java 49 Document.COLUMN_LAST_MODIFIED,
90 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis());
104 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis());
InspectorProvider.java 108 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis());
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestDocumentsProvider.java 43 Document.COLUMN_LAST_MODIFIED,
116 .add(Document.COLUMN_LAST_MODIFIED, doc.lastModified)
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportStorageProvider.java 46 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
144 row.add(Document.COLUMN_LAST_MODIFIED, mRoot.lastModified());
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
FilteringCursorWrapper.java 57 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
DocumentInfo.java 164 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabaseConstants.java 134 Document.COLUMN_LAST_MODIFIED + " INTEGER," +
MtpDatabase.java 754 values.putNull(Document.COLUMN_LAST_MODIFIED);
797 values.putNull(Document.COLUMN_LAST_MODIFIED);
836 Document.COLUMN_LAST_MODIFIED
    [all...]
  /packages/apps/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());
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortingCursorWrapperTest.java 62 Document.COLUMN_LAST_MODIFIED,
339 row.add(Document.COLUMN_LAST_MODIFIED, System.currentTimeMillis());
376 row.add(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));
255 assertTrue(isNull(cursor, COLUMN_LAST_MODIFIED));
    [all...]
  /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());
  /packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
SortModel.java 252 new String[]{ Document.COLUMN_LAST_MODIFIED });
305 columnName = Document.COLUMN_LAST_MODIFIED;
SortingCursorWrapper.java 176 long l = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
  /frameworks/support/documentfile/src/main/java/androidx/documentfile/provider/
DocumentsContractApi19.java 85 return queryForLong(context, self, DocumentsContract.Document.COLUMN_LAST_MODIFIED, 0);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
ModelTest.java 54 Document.COLUMN_LAST_MODIFIED,
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
ResourcesProvider.java 53 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 64 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
220 row.add(Document.COLUMN_LAST_MODIFIED, lastModified);
  /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 77 Document.COLUMN_SUMMARY, Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS,
539 row.add(Document.COLUMN_LAST_MODIFIED, lastModified);

Completed in 625 milliseconds

1 2