Searched refs:TYPE_BOOLEAN (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java92 static final int TYPE_BOOLEAN = 'Z'; field in class:TypedProperties
114 return TYPE_BOOLEAN;
236 if (type == TYPE_BOOLEAN) {
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java48 public static final int TYPE_BOOLEAN = 1; field in class:RestrictionEntry
161 * Constructor for {@link #TYPE_BOOLEAN} type.
167 this.mType = TYPE_BOOLEAN;
280 * Returns the current selected state for an entry of type {@link #TYPE_BOOLEAN}.
313 * Sets the current selected state for an entry of type {@link #TYPE_BOOLEAN}. This value will
H A DRestrictionsManager.java647 case RestrictionEntry.TYPE_BOOLEAN:
681 * <tr><td>{@link RestrictionEntry#TYPE_BOOLEAN}</td><td>{@link Bundle#putBoolean}</td></tr>
703 case RestrictionEntry.TYPE_BOOLEAN:
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java152 private static final String TYPE_BOOLEAN = "b"; field in class:Content.Parser
388 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) {
/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp560 return android::ResTable_map::TYPE_BOOLEAN;
600 if (type_mask & ResTable_map::TYPE_BOOLEAN) {
H A DResourceValues.cpp451 if ((type_mask & android::ResTable_map::TYPE_BOOLEAN) != 0) {
540 if (attr->type_mask & android::ResTable_map::TYPE_BOOLEAN) {
H A DResourceParser.cpp52 return android::ResTable_map::TYPE_BOOLEAN;
373 {"bool", {ResourceType::kBool, android::ResTable_map::TYPE_BOOLEAN}},
H A DResourceParser_test.cpp307 EXPECT_EQ(uint32_t(android::ResTable_map::TYPE_BOOLEAN), attr->type_mask);
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp120 if (type_mask & android::ResTable_map::TYPE_BOOLEAN) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1526 TYPE_BOOLEAN = 1<<3, enumerator in enum:android::ResTable_map::__anon1216
/frameworks/base/tools/aapt/
H A DResourceTable.cpp189 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,
1424 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5565 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) {
5586 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) {

Completed in 692 milliseconds