/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
H A D | ReadableArchiveTest.java | 97 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 D | WriteableArchiveTest.java | 165 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 D | ResourcesProvider.java | 53 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 D | TestRootProvider.java | 51 Document.COLUMN_SIZE, 87 row.add(Document.COLUMN_SIZE, 0); 101 row.add(Document.COLUMN_SIZE, 0);
|
H A D | InspectorProvider.java | 105 row.add(Document.COLUMN_SIZE, size);
|
H A D | StubProvider.java | 85 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 D | TestDocumentsProvider.java | 46 Document.COLUMN_SIZE, 119 .add(Document.COLUMN_SIZE, doc.size)
|
H A D | TestModel.java | 41 Document.COLUMN_SIZE, 124 row.add(Document.COLUMN_SIZE, doc.size);
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
H A D | SortingCursorWrapperTest.java | 61 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 D | ModelTest.java | 53 Document.COLUMN_SIZE, 90 row.add(Document.COLUMN_SIZE, rand.nextInt());
|
/packages/apps/Email/provider_src/com/android/email/ |
H A D | AttachmentInfo.java | 53 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 D | StressProvider.java | 76 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 D | Archive.java | 63 Document.COLUMN_SIZE, 279 row.add(Document.COLUMN_SIZE, entry.getSize());
|
H A D | ArchivesProvider.java | 176 row.add(Document.COLUMN_SIZE, 0);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | WidgetPreviewLoader.java | 292 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 D | WidgetPreviewLoader.java | 119 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 D | SortModel.java | 257 new String[]{ Document.COLUMN_SIZE }); 308 columnName = Document.COLUMN_SIZE;
|
H A D | SortingCursorWrapper.java | 85 longValues[i] = getCursorLong(mCursor, Document.COLUMN_SIZE);
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
H A D | GridDocumentHolder.java | 167 final long docSize = getCursorLong(cursor, Document.COLUMN_SIZE);
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadStorageProvider.java | 78 Document.COLUMN_SIZE, 507 row.add(Document.COLUMN_SIZE, size);
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
H A D | DocumentInfo.java | 167 this.size = getCursorLong(cursor, Document.COLUMN_SIZE);
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
H A D | MediaDocumentsProvider.java | 75 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 D | CopyJob.java | 490 Document.COLUMN_SIZE, 724 Document.COLUMN_SIZE 740 long size = getCursorLong(cursor, Document.COLUMN_SIZE);
|