Searched refs:TYPE_STRING (Results 1 - 25 of 62) sorted by relevance

123

/frameworks/base/core/java/android/provider/
H A DMetadataReader.java63 private static final int TYPE_STRING = 2; field in class:MetadataReader
71 TYPE_MAPPING.put(ExifInterface.TAG_ARTIST, TYPE_STRING);
74 TYPE_MAPPING.put(ExifInterface.TAG_COPYRIGHT, TYPE_STRING);
75 TYPE_MAPPING.put(ExifInterface.TAG_DATETIME, TYPE_STRING);
76 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_DESCRIPTION, TYPE_STRING);
81 TYPE_MAPPING.put(ExifInterface.TAG_MAKE, TYPE_STRING);
82 TYPE_MAPPING.put(ExifInterface.TAG_MODEL, TYPE_STRING);
91 TYPE_MAPPING.put(ExifInterface.TAG_SOFTWARE, TYPE_STRING);
103 TYPE_MAPPING.put(ExifInterface.TAG_CFA_PATTERN, TYPE_STRING);
105 TYPE_MAPPING.put(ExifInterface.TAG_COMPONENTS_CONFIGURATION, TYPE_STRING);
[all...]
/frameworks/base/tools/aapt2/link/
H A DXmlCompatVersioner_test.cpp32 constexpr auto TYPE_STRING = android::ResTable_map::TYPE_STRING; member in namespace:aapt
68 util::make_unique<Attribute>(TYPE_STRING))
H A DManifestFixer_test.cpp45 .SetTypeMask(android::ResTable_map::TYPE_STRING)
50 .SetTypeMask(android::ResTable_map::TYPE_STRING |
56 .SetTypeMask(android::ResTable_map::TYPE_STRING |
H A DXmlReferenceLinker_test.cpp48 .SetTypeMask(android::ResTable_map::TYPE_STRING)
H A DXmlReferenceLinker.cpp121 } else if ((attribute->type_mask & android::ResTable_map::TYPE_STRING) == 0) {
/frameworks/base/tools/incident_report/
H A Dgeneric_message.h41 TYPE_STRING, enumerator in enum:GenericMessage::__anon1188
H A Dgeneric_message.cpp60 node.type = TYPE_STRING;
/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.h57 TYPE_STRING, enumerator in enum:android::EphemeralStorage::Type
H A DEphemeralStorage.cpp63 item.mType = TYPE_STRING;
132 case TYPE_STRING:
/frameworks/base/libs/androidfw/tests/
H A DTestHelpers.cpp68 if (val.dataType != Res_value::TYPE_STRING) {
H A DIdmap_test.cpp66 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType);
82 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType);
H A DSplit_test.cpp98 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType);
122 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType);
228 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType);
H A DAttributeResolution_test.cpp126 EXPECT_EQ(Res_value::TYPE_STRING, values_cursor[STYLE_TYPE]);
231 EXPECT_EQ(Res_value::TYPE_STRING, values_cursor[STYLE_TYPE]);
254 EXPECT_EQ(Res_value::TYPE_STRING, values_cursor[STYLE_TYPE]);
H A DAssetManager2_test.cpp115 EXPECT_EQ(Res_value::TYPE_STRING, value.dataType);
145 EXPECT_EQ(Res_value::TYPE_STRING, value.dataType);
174 EXPECT_EQ(Res_value::TYPE_STRING, value.dataType);
191 EXPECT_EQ(Res_value::TYPE_STRING, value.dataType);
304 EXPECT_EQ(Res_value::TYPE_STRING, bag_two->entries[1].value.dataType);
432 value.dataType = Res_value::TYPE_STRING;
/frameworks/base/tools/streaming_proto/
H A Dstream_proto_utils.cpp61 case FieldDescriptorProto::TYPE_STRING:
/frameworks/base/core/java/android/util/
H A DTypedValue.java40 public static final int TYPE_STRING = 0x03; field in class:TypedValue
457 if (t == TYPE_STRING) {
527 if (type == TYPE_STRING) {
/frameworks/base/tools/aapt/
H A DAaptXml.cpp36 if (value.dataType != Res_value::TYPE_STRING) {
112 if (value.dataType == Res_value::TYPE_STRING) {
127 if (value.dataType != Res_value::TYPE_STRING) {
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java100 static final int TYPE_STRING = 'L' | 's' << 8; field in class:TypedProperties
128 return TYPE_STRING;
325 } else if (type == TYPE_STRING) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedPreferenceHelper.java57 if (userRestriction != null && userRestriction.type == TypedValue.TYPE_STRING) {
H A DRestrictedSwitchPreference.java61 && restrictedSwitchSummary.type == TypedValue.TYPE_STRING) {
/frameworks/base/tools/aapt2/
H A DResourceValues_test.cpp35 constexpr const uint32_t TYPE_STRING = android::ResTable_map::TYPE_STRING; member in namespace:aapt::__anon1163
270 Attribute attr_one(TYPE_STRING | TYPE_REFERENCE);
271 Attribute attr_two(TYPE_STRING);
H A DResourceTable_test.cpp125 Attribute attr_one(android::ResTable_map::TYPE_STRING);
127 Attribute attr_two(android::ResTable_map::TYPE_STRING | android::ResTable_map::TYPE_REFERENCE);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java276 if (sa.getType(R.styleable.ShortcutCategories_name) == TypedValue.TYPE_STRING) {
293 if (sa.getType(R.styleable.Shortcut_shortcutId) != TypedValue.TYPE_STRING) {
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java183 } else if (type == TypedValue.TYPE_STRING) {
220 } else if (type == TypedValue.TYPE_STRING) {
257 if (type == TypedValue.TYPE_STRING) {
295 } else if (type == TypedValue.TYPE_STRING) {
466 } else if (type == TypedValue.TYPE_STRING) {
1260 outValue.string = (type == TypedValue.TYPE_STRING) ? loadStringValueAt(index) : null;
/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp191 Res_value::TYPE_STRING, (uint32_t)idx, 0u));
197 Res_value::TYPE_STRING, (uint32_t)idx, 0u));
508 ResourceId(0x7f040000), {}, Res_value::TYPE_STRING, (uint32_t)idx, 0u));
514 ResourceId(0x7f050000), {}, Res_value::TYPE_STRING, (uint32_t)idx, 0u));
563 Res_value::TYPE_STRING, (uint32_t)idx, 0u));
569 ResourceId(0x7f050000), {}, Res_value::TYPE_STRING, (uint32_t)idx, 0u));

Completed in 686 milliseconds

123