Searched defs:SIZE (Results 1 - 8 of 8) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMailLogService.java59 * A circular buffer of {@value #SIZE} lines. To insert into this buffer,
65 public static final int SIZE = 50; field in class:MailLogService.CircularBuffer
89 if (mCurrentSize == SIZE) {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DAttachmentUtilities.java56 public static final String SIZE = "_size"; field in class:AttachmentUtilities.Columns
455 cv.put(AttachmentColumns.SIZE, size);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFileCache.java45 {String.format("sum(%s)", FileEntry.Columns.SIZE)};
48 FileEntry.Columns.CONTENT_URL, FileEntry.Columns.SIZE};
257 public static final String SIZE = "size"; field in interface:FileCache.FileEntry.Columns
270 @Column(Columns.SIZE)
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java650 ImageColumns.SIZE,
656 final int SIZE = 3; field in interface:MediaDocumentsProvider.ImageQuery
667 row.add(Document.COLUMN_SIZE, cursor.getLong(ImageQuery.SIZE));
708 VideoColumns.SIZE,
714 final int SIZE = 3; field in interface:MediaDocumentsProvider.VideoQuery
725 row.add(Document.COLUMN_SIZE, cursor.getLong(VideoQuery.SIZE));
778 AudioColumns.SIZE,
784 final int SIZE = 3; field in interface:MediaDocumentsProvider.SongQuery
795 row.add(Document.COLUMN_SIZE, cursor.getLong(SongQuery.SIZE));
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java1299 public static final String SIZE = "size"; field in interface:EmailContent.AttachmentColumns
1391 AttachmentColumns.SIZE, AttachmentColumns.CONTENT_ID, AttachmentColumns.CONTENT_URI,
1568 values.put(AttachmentColumns.SIZE, mSize);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java1948 AttachmentColumns.SIZE,
2080 public static final String SIZE = OpenableColumns.SIZE; field in class:UIProvider.AttachmentColumns
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 310 milliseconds