Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/provider/
H A DMetadataReader.java63 private static final int TYPE_STRING = 2; field in MetadataReader
71 TYPE_MAPPING.put(ExifInterface.TAG_ARTIST, TYPE_STRING); in TYPE_MAPPING.put() argument
74 TYPE_MAPPING.put(ExifInterface.TAG_COPYRIGHT, TYPE_STRING); in TYPE_MAPPING.put() argument
75 TYPE_MAPPING.put(ExifInterface.TAG_DATETIME, TYPE_STRING); in TYPE_MAPPING.put() argument
81 TYPE_MAPPING.put(ExifInterface.TAG_MAKE, TYPE_STRING); in TYPE_MAPPING.put() argument
82 TYPE_MAPPING.put(ExifInterface.TAG_MODEL, TYPE_STRING); in TYPE_MAPPING.put() argument
91 TYPE_MAPPING.put(ExifInterface.TAG_SOFTWARE, TYPE_STRING); in TYPE_MAPPING.put() argument
103 TYPE_MAPPING.put(ExifInterface.TAG_CFA_PATTERN, TYPE_STRING); in TYPE_MAPPING.put() argument
133 TYPE_MAPPING.put(ExifInterface.TAG_MAKER_NOTE, TYPE_STRING); in TYPE_MAPPING.put() argument
137 TYPE_MAPPING.put(ExifInterface.TAG_OECF, TYPE_STRING); in TYPE_MAPPING.put() argument
[all …]
/aosp14/frameworks/base/tools/incident_report/
H A Dgeneric_message.h41 TYPE_STRING, enumerator
/aosp14/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.h59 TYPE_STRING, enumerator
/aosp14/frameworks/base/tools/aapt2/link/
H A DXmlCompatVersioner_test.cpp32 constexpr auto TYPE_STRING = android::ResTable_map::TYPE_STRING; variable
/aosp14/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java92 public static final int TYPE_STRING = 6; field in RestrictionEntry
/aosp14/frameworks/base/tools/aapt2/
H A DResourceValues_test.cpp35 constexpr const uint32_t TYPE_STRING = android::ResTable_map::TYPE_STRING; variable
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java100 static final int TYPE_STRING = 'L' | 's' << 8; field in TypedProperties
/aosp14/frameworks/base/core/java/android/util/
H A DTypedValue.java47 public static final int TYPE_STRING = 0x03; field in TypedValue
/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java157 private static final String TYPE_STRING = "s"; field in Content.Parser
/aosp14/frameworks/base/tools/aapt/
H A DAaptAssets.h350 TYPE_STRING enumerator
/aosp14/frameworks/base/media/java/android/media/
H A DMediaFormat.java1672 public static final int TYPE_STRING = 4; field in MediaFormat
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java855 private static final String TYPE_STRING = "string"; field in PrintSpoolerService.PersistenceManager
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h306 TYPE_STRING = 0x03, enumerator
1681 TYPE_STRING = 1<<1, enumerator
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp96 TYPE_STRING = 4, enumerator
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java265 private static final int TYPE_STRING = 5; field in PackageManager.Property
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...