Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DMetadataReader.java58 private static final int TYPE_STRING = 2; field in MetadataReader
65 TYPE_MAPPING.put(ExifInterface.TAG_ARTIST, TYPE_STRING); in TYPE_MAPPING.put() argument
68 TYPE_MAPPING.put(ExifInterface.TAG_COPYRIGHT, TYPE_STRING); in TYPE_MAPPING.put() argument
69 TYPE_MAPPING.put(ExifInterface.TAG_DATETIME, TYPE_STRING); in TYPE_MAPPING.put() argument
70 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_DESCRIPTION, TYPE_STRING); in TYPE_MAPPING.put() argument
75 TYPE_MAPPING.put(ExifInterface.TAG_MAKE, TYPE_STRING); in TYPE_MAPPING.put() argument
76 TYPE_MAPPING.put(ExifInterface.TAG_MODEL, TYPE_STRING); in TYPE_MAPPING.put() argument
85 TYPE_MAPPING.put(ExifInterface.TAG_SOFTWARE, TYPE_STRING); in TYPE_MAPPING.put() argument
97 TYPE_MAPPING.put(ExifInterface.TAG_CFA_PATTERN, TYPE_STRING); in TYPE_MAPPING.put() argument
99 TYPE_MAPPING.put(ExifInterface.TAG_COMPONENTS_CONFIGURATION, TYPE_STRING); in TYPE_MAPPING.put() argument
[all …]
/frameworks/base/tools/incident_report/
Dgeneric_message.h41 TYPE_STRING, enumerator
/frameworks/base/core/jni/hwbinder/
DEphemeralStorage.h57 TYPE_STRING, enumerator
/frameworks/base/tools/aapt2/link/
DXmlCompatVersioner_test.cpp31 constexpr auto TYPE_STRING = android::ResTable_map::TYPE_STRING; variable
/frameworks/base/core/java/android/content/
DRestrictionEntry.java91 public static final int TYPE_STRING = 6; field in RestrictionEntry
/frameworks/base/core/java/android/util/
DTypedValue.java40 public static final int TYPE_STRING = 0x03; field in TypedValue
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java100 static final int TYPE_STRING = 'L' | 's' << 8; field in TypedProperties
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java153 private static final String TYPE_STRING = "s"; field in Content.Parser
/frameworks/base/tools/aapt/
DAaptAssets.h350 TYPE_STRING enumerator
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h279 TYPE_STRING = 0x03, enumerator
1519 TYPE_STRING = 1<<1, enumerator
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java812 private static final String TYPE_STRING = "string"; field in PrintSpoolerService.PersistenceManager