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

12

/frameworks/base/libs/androidfw/tests/
H A DTestHelpers.cpp32 if (val.dataType != Res_value::TYPE_STRING) {
H A DIdmap_test.cpp75 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType);
90 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType);
H A DSplit_test.cpp92 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType);
113 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType);
209 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType);
/frameworks/base/tools/aapt2/link/
H A DManifestFixer_test.cpp36 .setTypeMask(android::ResTable_map::TYPE_STRING)
40 .setTypeMask(android::ResTable_map::TYPE_STRING |
45 .setTypeMask(android::ResTable_map::TYPE_STRING |
H A DXmlReferenceLinker.cpp112 !(attribute->typeMask & android::ResTable_map::TYPE_STRING)) {
H A DReferenceLinker.cpp144 if (!transformed && (attr->typeMask & android::ResTable_map::TYPE_STRING)) {
/frameworks/base/core/java/android/util/
H A DTypedValue.java40 public static final int TYPE_STRING = 0x03; field in class:TypedValue
436 if (t == TYPE_STRING) {
506 if (type == TYPE_STRING) {
/frameworks/base/tools/aapt/
H A DAaptXml.cpp36 if (value.dataType != Res_value::TYPE_STRING) {
104 if (value.dataType == Res_value::TYPE_STRING) {
110 if (value.dataType != Res_value::TYPE_STRING) {
H A DXMLNode.h86 || value.dataType == Res_value::TYPE_STRING;
H A DAaptAssets.h350 TYPE_STRING enumerator in enum:AaptSymbolEntry::__anon1129
386 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp50 outValue->dataType = android::Res_value::TYPE_STRING;
131 outValue->dataType = android::Res_value::TYPE_STRING;
163 outValue->dataType = android::Res_value::TYPE_STRING;
187 outValue->dataType = android::Res_value::TYPE_STRING;
276 if ((typeMask & android::ResTable_map::TYPE_STRING) != 0) {
412 if (attr->typeMask & android::ResTable_map::TYPE_STRING) {
H A DResourceParser.cpp42 else if (piece == u"string") return android::ResTable_map::TYPE_STRING;
324 { u"string", { ResourceType::kString, android::ResTable_map::TYPE_STRING } },
460 if (format == android::ResTable_map::TYPE_STRING) {
514 if (typeMask & android::ResTable_map::TYPE_STRING) {
547 outResource->value = parseXml(parser, android::ResTable_map::TYPE_STRING, kNoRawString);
1052 return parseArrayImpl(parser, outResource, android::ResTable_map::TYPE_STRING);
1151 if (!(plural->values[index] = parseXml(parser, android::ResTable_map::TYPE_STRING,
H A DResourceUtils.cpp445 case android::Res_value::TYPE_STRING:
446 return android::ResTable_map::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.java56 if (userRestriction != null && userRestriction.type == TypedValue.TYPE_STRING) {
H A DRestrictedSwitchPreference.java62 && restrictedSwitchSummary.type == TypedValue.TYPE_STRING) {
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java184 if (outValue.type == TypedValue.TYPE_STRING) {
221 if (outValue.type == TypedValue.TYPE_STRING) {
267 if (outValue.type == TypedValue.TYPE_STRING) {
H A DTypedArray.java164 } else if (type == TypedValue.TYPE_STRING) {
201 } else if (type == TypedValue.TYPE_STRING) {
238 if (type == TypedValue.TYPE_STRING) {
277 } else if (type == TypedValue.TYPE_STRING) {
448 } else if (type == TypedValue.TYPE_STRING) {
1203 outValue.string = (type == TypedValue.TYPE_STRING) ? loadStringValueAt(index) : null;
/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java629 case RestrictionEntry.TYPE_STRING:
684 * <tr><td>{@link RestrictionEntry#TYPE_STRING}</td><td>{@link Bundle#putString}</td></tr>
712 case RestrictionEntry.TYPE_STRING:
H A DRestrictionEntry.java91 public static final int TYPE_STRING = 6; field in class:RestrictionEntry
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener_test.cpp184 {}, Res_value::TYPE_STRING, (uint32_t) idx, 0u));
190 Res_value::TYPE_STRING, (uint32_t) idx, 0u));
H A DXmlFlattener.cpp243 flatAttr->typedValue.dataType = android::Res_value::TYPE_STRING;
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java146 private static final String TYPE_STRING = "s"; field in class:Content.Parser
357 if (TYPE_STRING.equals(type)) {
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java56 import static android.util.TypedValue.TYPE_STRING;
794 return TYPE_STRING;
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java846 if (tv != null && tv.type == TypedValue.TYPE_STRING) {
855 if (tv != null && tv.type == TypedValue.TYPE_STRING) {
864 if (tv != null && tv.type == TypedValue.TYPE_STRING) {
873 if (tv != null && tv.type == TypedValue.TYPE_STRING) {

Completed in 926 milliseconds

12