Home
last modified time | relevance | path

Searched refs:TYPE_INTEGER (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/tools/aapt2/link/
DManifestFixer_test.cpp41 android::ResTable_map::TYPE_INTEGER) in SetUp()
46 android::ResTable_map::TYPE_INTEGER) in SetUp()
/frameworks/base/core/java/android/content/
DRestrictionEntry.java84 public static final int TYPE_INTEGER = 5; field in RestrictionEntry
189 mType = TYPE_INTEGER; in RestrictionEntry()
DRestrictionsManager.java634 case RestrictionEntry.TYPE_INTEGER: in loadRestriction()
709 case RestrictionEntry.TYPE_INTEGER: in addRestrictionToBundle()
/frameworks/base/tools/aapt2/
DResourceValues.cpp349 if ((typeMask & android::ResTable_map::TYPE_INTEGER) != 0) { in printMask()
476 if (attr->typeMask & android::ResTable_map::TYPE_INTEGER) { in buildAttributeMismatchMessage()
504 android::ResTable_map::TYPE_INTEGER) { in matches()
DResourceUtils.cpp459 return android::ResTable_map::TYPE_INTEGER | android::ResTable_map::TYPE_ENUM in androidTypeToAttributeTypeMask()
509 if (typeMask & android::ResTable_map::TYPE_INTEGER) { in parseItemForAttribute()
DResourceParser.cpp43 else if (piece == u"integer") return android::ResTable_map::TYPE_INTEGER; in parseFormatType()
323 { u"integer", { ResourceType::kInteger, android::ResTable_map::TYPE_INTEGER } }, in parseResource()
798 if ((maybeMin || maybeMax) && (typeMask & android::ResTable_map::TYPE_INTEGER) == 0) { in parseAttrImpl()
1048 return parseArrayImpl(parser, outResource, android::ResTable_map::TYPE_INTEGER); in parseIntegerArray()
DResourceParser_test.cpp169 EXPECT_EQ(uint32_t(android::ResTable_map::TYPE_INTEGER), attr->typeMask); in TEST_F()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java147 private static final String TYPE_INTEGER = "i"; field in Content.Parser
361 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) { in parseBindValue()
/frameworks/base/tools/aapt2/flatten/
DTableFlattener_test.cpp211 attr.typeMask = android::ResTable_map::TYPE_INTEGER; in TEST_F()
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp114 if (typeMask & android::ResTable_map::TYPE_INTEGER) { in addAttributeFormatDoc()
/frameworks/base/docs/html/work/
Dmanaged-configurations.jd258 {@link android.content.RestrictionEntry#TYPE_INTEGER TYPE_INTEGER}
/frameworks/base/include/androidfw/
DResourceTypes.h1459 TYPE_INTEGER = 1<<2, enumerator
/frameworks/base/tools/aapt/
DResourceTable.cpp176 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,
405 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) { in compileAttribute()
1417 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
1497 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5106 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()
5390 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1974 NO DOC BLOCK: android.content.RestrictionEntry Field TYPE_INTEGER
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8064 field public static final int TYPE_INTEGER = 5; // 0x5
/frameworks/base/api/
Dcurrent.txt9043 field public static final int TYPE_INTEGER = 5; // 0x5
Dsystem-current.txt9394 field public static final int TYPE_INTEGER = 5; // 0x5
Dtest-current.txt9055 field public static final int TYPE_INTEGER = 5; // 0x5