Home
last modified time | relevance | path

Searched defs:TYPE_STRING (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DMetadataReader.java65 private static final int TYPE_STRING = 2; field in MetadataReader
73 TYPE_MAPPING.put(ExifInterface.TAG_ARTIST, TYPE_STRING); in TYPE_MAPPING.put() argument
76 TYPE_MAPPING.put(ExifInterface.TAG_COPYRIGHT, TYPE_STRING); in TYPE_MAPPING.put() argument
77 TYPE_MAPPING.put(ExifInterface.TAG_DATETIME, TYPE_STRING); in TYPE_MAPPING.put() argument
78 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_DESCRIPTION, TYPE_STRING); in TYPE_MAPPING.put() argument
83 TYPE_MAPPING.put(ExifInterface.TAG_MAKE, TYPE_STRING); in TYPE_MAPPING.put() argument
84 TYPE_MAPPING.put(ExifInterface.TAG_MODEL, TYPE_STRING); in TYPE_MAPPING.put() argument
93 TYPE_MAPPING.put(ExifInterface.TAG_SOFTWARE, TYPE_STRING); in TYPE_MAPPING.put() argument
105 TYPE_MAPPING.put(ExifInterface.TAG_CFA_PATTERN, TYPE_STRING); in TYPE_MAPPING.put() argument
107 TYPE_MAPPING.put(ExifInterface.TAG_COMPONENTS_CONFIGURATION, TYPE_STRING); in TYPE_MAPPING.put() argument
[all …]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntrySchema.java32 public static final int TYPE_STRING = 0; field in EntrySchema
/packages/modules/StatsD/framework/java/android/util/
DStatsEvent.java76 public static final byte TYPE_STRING = 0x02; field in StatsEvent
/packages/services/Car/tools/emulator/
Dvhal_consts_2_0.py777 TYPE_STRING = [VEHICLEPROPERTYTYPE_STRING] variable in vhal_types_2_0