Home
last modified time | relevance | path

Searched refs:TYPE_BOOLEAN (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java92 static final int TYPE_BOOLEAN = 'Z'; field in TypedProperties
114 return TYPE_BOOLEAN; in interpretType()
236 if (type == TYPE_BOOLEAN) { in parseValue()
/frameworks/base/core/java/android/content/
DRestrictionEntry.java48 public static final int TYPE_BOOLEAN = 1; field in RestrictionEntry
167 this.mType = TYPE_BOOLEAN; in RestrictionEntry()
DRestrictionsManager.java645 case RestrictionEntry.TYPE_BOOLEAN: in loadRestriction()
701 case RestrictionEntry.TYPE_BOOLEAN: in addRestrictionToBundle()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java145 private static final String TYPE_BOOLEAN = "b"; field in Content.Parser
359 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) { in parseBindValue()
/frameworks/base/tools/aapt2/
DResourceParser.cpp379 return android::ResTable_map::TYPE_BOOLEAN; in androidTypeToAttributeTypeMask()
417 if (typeMask & android::ResTable_map::TYPE_BOOLEAN) { in parseItemForAttribute()
859 typeMask |= android::ResTable_map::TYPE_BOOLEAN; in parsePrimitive()
933 else if (piece == u"boolean") return android::ResTable_map::TYPE_BOOLEAN; in parseFormatType()
DResourceValues.cpp268 if ((typeMask & android::ResTable_map::TYPE_BOOLEAN) != 0) { in printMask()
DResourceParser_test.cpp261 EXPECT_EQ(uint32_t(android::ResTable_map::TYPE_BOOLEAN), attr->typeMask); in TEST_F()
/frameworks/base/include/androidfw/
DResourceTypes.h1437 TYPE_BOOLEAN = 1<<3, enumerator
/frameworks/base/tools/aapt/
DResourceTable.cpp173 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,
1418 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN; in compileResourceFile()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5292 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()
5313 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd257 <li>{@link android.content.RestrictionEntry#TYPE_BOOLEAN} for a restriction that is
/frameworks/base/api/
Dcurrent.txt8580 field public static final int TYPE_BOOLEAN = 1; // 0x1
Dsystem-current.txt8837 field public static final int TYPE_BOOLEAN = 1; // 0x1