Home
last modified time | relevance | path

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

/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/
DResourceParser.cpp374 return android::ResTable_map::TYPE_INTEGER | in androidTypeToAttributeTypeMask()
425 if (typeMask & android::ResTable_map::TYPE_INTEGER) { in parseItemForAttribute()
706 android::ResTable_map::TYPE_INTEGER); in parseResources()
849 typeMask |= android::ResTable_map::TYPE_INTEGER; in parsePrimitive()
932 else if (piece == u"integer") return android::ResTable_map::TYPE_INTEGER; in parseFormatType()
DLinker_test.cpp41 util::make_unique<Attribute>(false, android::ResTable_map::TYPE_INTEGER)); in SetUp()
DResourceValues.cpp259 if ((typeMask & android::ResTable_map::TYPE_INTEGER) != 0) { in printMask()
/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/include/androidfw/
DResourceTypes.h1434 TYPE_INTEGER = 1<<2, enumerator
/frameworks/base/tools/aapt/
DResourceTable.cpp171 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,
418 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) { in compileAttribute()
1422 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
1502 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4955 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()
5232 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/base/api/
Dcurrent.txt8584 field public static final int TYPE_INTEGER = 5; // 0x5
Dsystem-current.txt8841 field public static final int TYPE_INTEGER = 5; // 0x5