Home
last modified time | relevance | path

Searched refs:TYPE_INT (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DMetadataReader.java63 private static final int TYPE_INT = 0; field in MetadataReader
74 TYPE_MAPPING.put(ExifInterface.TAG_BITS_PER_SAMPLE, TYPE_INT); in TYPE_MAPPING.put() argument
75 TYPE_MAPPING.put(ExifInterface.TAG_COMPRESSION, TYPE_INT); in TYPE_MAPPING.put() argument
79 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_LENGTH, TYPE_INT); in TYPE_MAPPING.put() argument
80 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_WIDTH, TYPE_INT); in TYPE_MAPPING.put() argument
81 TYPE_MAPPING.put(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT, TYPE_INT); in TYPE_MAPPING.put() argument
82 TYPE_MAPPING.put(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT_LENGTH, TYPE_INT); in TYPE_MAPPING.put() argument
85 TYPE_MAPPING.put(ExifInterface.TAG_ORIENTATION, TYPE_INT); in TYPE_MAPPING.put() argument
86 TYPE_MAPPING.put(ExifInterface.TAG_PHOTOMETRIC_INTERPRETATION, TYPE_INT); in TYPE_MAPPING.put() argument
87 TYPE_MAPPING.put(ExifInterface.TAG_PLANAR_CONFIGURATION, TYPE_INT); in TYPE_MAPPING.put() argument
[all …]
/packages/modules/StatsD/framework/test/unittests/src/android/util/
DStatsEventTest.java66 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testNoFields()
113 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testOnlyAtomId()
160 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testIntBooleanIntInt()
166 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testIntBooleanIntInt()
178 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testIntBooleanIntInt()
184 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testIntBooleanIntInt()
229 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testStringFloatByteArray()
293 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testAttributionChainLong()
363 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testKeyValuePairs()
380 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_INT); in testKeyValuePairs()
[all …]
/packages/modules/StatsD/tests/utils/src/android/util/
DStatsEventTestUtils.java24 import static android.util.StatsEvent.TYPE_INT;
82 if (fieldMetadata.typeId != TYPE_INT) { in getProtoBytes()
115 case TYPE_INT: in parseField()
174 if (annotationType == TYPE_INT) { in skipAnnotations()
/packages/modules/StatsD/framework/java/android/util/
DStatsEvent.java68 public static final byte TYPE_INT = 0x00; field in StatsEvent
423 writeTypeId(TYPE_INT); in writeInt()
553 writeTypeId(TYPE_INT); in writeKeyValuePairs()
627 if (writeArrayInfo(numElements, TYPE_INT)) { in writeIntArray()
744 mPos += mBuffer.putByte(mPos, TYPE_INT); in addIntAnnotation()
788 mPos += mBuffer.putByte(mPos, TYPE_INT); in build()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntrySchema.java35 public static final int TYPE_INT = 3; field in EntrySchema
120 case TYPE_INT: in cursorToObject()
169 case TYPE_INT: in valuesToObject()
207 case TYPE_INT: in objectToValues()
491 type = TYPE_INT; in parseColumnInfo()