Searched refs:TYPE_BOOLEAN (Results 1 – 13 of 13) sorted by relevance
92 static final int TYPE_BOOLEAN = 'Z'; field in TypedProperties114 return TYPE_BOOLEAN; in interpretType()236 if (type == TYPE_BOOLEAN) { in parseValue()
48 public static final int TYPE_BOOLEAN = 1; field in RestrictionEntry167 this.mType = TYPE_BOOLEAN; in RestrictionEntry()
645 case RestrictionEntry.TYPE_BOOLEAN: in loadRestriction()701 case RestrictionEntry.TYPE_BOOLEAN: in addRestrictionToBundle()
145 private static final String TYPE_BOOLEAN = "b"; field in Content.Parser359 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) { in parseBindValue()
379 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()
268 if ((typeMask & android::ResTable_map::TYPE_BOOLEAN) != 0) { in printMask()
261 EXPECT_EQ(uint32_t(android::ResTable_map::TYPE_BOOLEAN), attr->typeMask); in TEST_F()
1437 TYPE_BOOLEAN = 1<<3, enumerator
173 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,1418 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN; in compileResourceFile()
5292 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()5313 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()
257 <li>{@link android.content.RestrictionEntry#TYPE_BOOLEAN} for a restriction that is
8580 field public static final int TYPE_BOOLEAN = 1; // 0x1
8837 field public static final int TYPE_BOOLEAN = 1; // 0x1