Searched refs:TYPE_INTEGER (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/tools/aapt2/link/ |
D | ManifestFixer_test.cpp | 41 android::ResTable_map::TYPE_INTEGER) in SetUp() 46 android::ResTable_map::TYPE_INTEGER) in SetUp()
|
/frameworks/base/core/java/android/content/ |
D | RestrictionEntry.java | 84 public static final int TYPE_INTEGER = 5; field in RestrictionEntry 189 mType = TYPE_INTEGER; in RestrictionEntry()
|
D | RestrictionsManager.java | 634 case RestrictionEntry.TYPE_INTEGER: in loadRestriction() 709 case RestrictionEntry.TYPE_INTEGER: in addRestrictionToBundle()
|
/frameworks/base/tools/aapt2/ |
D | ResourceValues.cpp | 349 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()
|
D | ResourceUtils.cpp | 459 return android::ResTable_map::TYPE_INTEGER | android::ResTable_map::TYPE_ENUM in androidTypeToAttributeTypeMask() 509 if (typeMask & android::ResTable_map::TYPE_INTEGER) { in parseItemForAttribute()
|
D | ResourceParser.cpp | 43 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()
|
D | ResourceParser_test.cpp | 169 EXPECT_EQ(uint32_t(android::ResTable_map::TYPE_INTEGER), attr->typeMask); in TEST_F()
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
D | Content.java | 147 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/ |
D | TableFlattener_test.cpp | 211 attr.typeMask = android::ResTable_map::TYPE_INTEGER; in TEST_F()
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 114 if (typeMask & android::ResTable_map::TYPE_INTEGER) { in addAttributeFormatDoc()
|
/frameworks/base/docs/html/work/ |
D | managed-configurations.jd | 258 {@link android.content.RestrictionEntry#TYPE_INTEGER TYPE_INTEGER}
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1459 TYPE_INTEGER = 1<<2, enumerator
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 176 { 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/ |
D | ResourceTypes.cpp | 5106 || 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/ |
D | missingSinces.txt | 1974 NO DOC BLOCK: android.content.RestrictionEntry Field TYPE_INTEGER
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8064 field public static final int TYPE_INTEGER = 5; // 0x5
|
/frameworks/base/api/ |
D | current.txt | 9043 field public static final int TYPE_INTEGER = 5; // 0x5
|
D | system-current.txt | 9394 field public static final int TYPE_INTEGER = 5; // 0x5
|
D | test-current.txt | 9055 field public static final int TYPE_INTEGER = 5; // 0x5
|