HomeSort by relevance Sort by last modified time
    Searched full:column_size (Results 26 - 50 of 52) sorted by null

12 3

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java 394 Document.COLUMN_SIZE,
579 Document.COLUMN_SIZE
595 long size = getCursorLong(cursor, Document.COLUMN_SIZE);
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 227 meta.put(Document.COLUMN_SIZE, plainLength);
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java 90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
ExternalStorageProvider.java 84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
385 row.add(Document.COLUMN_SIZE, file.length());
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 77 Document.COLUMN_SIZE
511 row.add(Document.COLUMN_SIZE, file.length());
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 77 Document.COLUMN_SIZE
511 row.add(Document.COLUMN_SIZE, file.length());
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 77 Document.COLUMN_SIZE
511 row.add(Document.COLUMN_SIZE, file.length());
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
StubProvider.java 84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
612 row.add(Document.COLUMN_SIZE, document.file.length());
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsProvider.java 73 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
556 MtpDatabase.strings(Document.COLUMN_SIZE, Document.COLUMN_DISPLAY_NAME));
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 618 "COLUMN_SIZE", "BUFFER_LENGTH", "DECIMAL_DIGITS",
753 "TYPE_NAME", "COLUMN_SIZE", "BUFFER_LENGTH",
844 "TYPE_NAME", "COLUMN_SIZE", "BUFFER_LENGTH",
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
Model.java 182 longValues[pos] = getCursorLong(mCursor, Document.COLUMN_SIZE);
  /frameworks/support/v4/java/android/support/v4/provider/
DocumentFile.java 253 * @see android.provider.DocumentsContract.Document#COLUMN_SIZE
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 195 "COLUMN_SIZE", "BUFFER_LENGTH", "DECIMAL_DIGITS",
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
document-provider.jd 694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
  /frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
document-provider.jd 694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
  /frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
document-provider.jd 694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
document-provider.jd 694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
  /frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
document-provider.jd 694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
MtpDocumentsProviderTest.java 755 DocumentsContract.Document.COLUMN_SIZE
    [all...]
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 251 public static final String COLUMN_SIZE = OpenableColumns.SIZE;
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
document-provider.jd 696 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
    [all...]
  /frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
document-provider.jd 694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
    [all...]
  /frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
document-provider.jd 694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
    [all...]
  /frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
document-provider.jd 694 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,};
    [all...]

Completed in 1216 milliseconds

12 3