Searched refs:COLUMN_SIZE (Results 1 - 23 of 23) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
H A DReadableArchiveTest.java97 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
107 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
118 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
138 childCursor.getInt(childCursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
155 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
173 childCursor.getInt(childCursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
202 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
220 childCursor.getInt(childCursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
234 childCursor.getInt(childCursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
285 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
[all...]
H A DWriteableArchiveTest.java165 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
180 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
215 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
247 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
H A DResourcesProvider.java53 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
96 row.add(Document.COLUMN_SIZE, 0);
151 row.add(Document.COLUMN_SIZE, fd.getLength());
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DTestRootProvider.java51 Document.COLUMN_SIZE,
87 row.add(Document.COLUMN_SIZE, 0);
101 row.add(Document.COLUMN_SIZE, 0);
H A DInspectorProvider.java105 row.add(Document.COLUMN_SIZE, size);
H A DStubProvider.java85 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
655 row.add(Document.COLUMN_SIZE, document.file.length());
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestDocumentsProvider.java46 Document.COLUMN_SIZE,
119 .add(Document.COLUMN_SIZE, doc.size)
H A DTestModel.java41 Document.COLUMN_SIZE,
124 row.add(Document.COLUMN_SIZE, doc.size);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortingCursorWrapperTest.java61 Document.COLUMN_SIZE,
124 row.add(Document.COLUMN_SIZE, rand.nextInt());
194 int size = DocumentInfo.getCursorInt(cursor, Document.COLUMN_SIZE);
217 int size = DocumentInfo.getCursorInt(cursor, Document.COLUMN_SIZE);
234 row.add(Document.COLUMN_SIZE, i);
268 int size = DocumentInfo.getCursorInt(c, Document.COLUMN_SIZE);
286 row.add(Document.COLUMN_SIZE, i);
319 int size = DocumentInfo.getCursorInt(c, Document.COLUMN_SIZE);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DModelTest.java53 Document.COLUMN_SIZE,
90 row.add(Document.COLUMN_SIZE, rand.nextInt());
/packages/apps/Email/provider_src/com/android/email/
H A DAttachmentInfo.java53 public static final int COLUMN_SIZE = 1; field in class:AttachmentInfo
97 this(context, c.getLong(COLUMN_ID), c.getLong(COLUMN_SIZE), c.getString(COLUMN_FILENAME),
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DStressProvider.java76 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
190 row.add(Document.COLUMN_SIZE, document.size);
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
H A DArchive.java63 Document.COLUMN_SIZE,
279 row.add(Document.COLUMN_SIZE, entry.getSize());
H A DArchivesProvider.java176 row.add(Document.COLUMN_SIZE, 0);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWidgetPreviewLoader.java292 final static String COLUMN_SIZE = "size"; field in class:WidgetPreviewLoader.CacheDb
306 COLUMN_SIZE + " TEXT NOT NULL, " +
308 "PRIMARY KEY (" + COLUMN_NAME + ", " + COLUMN_SIZE + ") " +
366 values.put(CacheDb.COLUMN_SIZE, mSize);
411 CacheDb.COLUMN_SIZE + " = ?";
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWidgetPreviewLoader.java119 private static final String COLUMN_SIZE = "size"; field in class:WidgetPreviewLoader.CacheDb
134 COLUMN_SIZE + " TEXT NOT NULL, " +
139 "PRIMARY KEY (" + COLUMN_COMPONENT + ", " + COLUMN_USER + ", " + COLUMN_SIZE + ") " +
148 values.put(CacheDb.COLUMN_SIZE, key.size);
259 + CacheDb.COLUMN_SIZE + " = ?",
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortModel.java257 new String[]{ Document.COLUMN_SIZE });
308 columnName = Document.COLUMN_SIZE;
H A DSortingCursorWrapper.java85 longValues[i] = getCursorLong(mCursor, Document.COLUMN_SIZE);
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DGridDocumentHolder.java167 final long docSize = getCursorLong(cursor, Document.COLUMN_SIZE);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java78 Document.COLUMN_SIZE,
507 row.add(Document.COLUMN_SIZE, size);
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DDocumentInfo.java167 this.size = getCursorLong(cursor, Document.COLUMN_SIZE);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java75 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
667 row.add(Document.COLUMN_SIZE, cursor.getLong(ImageQuery.SIZE));
725 row.add(Document.COLUMN_SIZE, cursor.getLong(VideoQuery.SIZE));
795 row.add(Document.COLUMN_SIZE, cursor.getLong(SongQuery.SIZE));
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DCopyJob.java490 Document.COLUMN_SIZE,
724 Document.COLUMN_SIZE
740 long size = getCursorLong(cursor, Document.COLUMN_SIZE);

Completed in 8011 milliseconds