Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/controls/actions/
DControlAction.java61 TYPE_BOOLEAN,
87 public static final @ActionType int TYPE_BOOLEAN = 1; field in ControlAction
234 case TYPE_BOOLEAN: in createActionFromBundle()
DBooleanAction.java34 private static final @ActionType int TYPE = TYPE_BOOLEAN;
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/
DFlagSerializer.kt25 private const val TYPE_BOOLEAN = "boolean" constant
70 TYPE_BOOLEAN,
/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/tests/coretests/src/android/service/controls/actions/
DControlActionTest.java44 assertEquals(ControlAction.TYPE_BOOLEAN, fromParcel.getActionType()); in testUnparcelingCorrectClass_boolean()
/frameworks/base/core/java/android/content/
DRestrictionEntry.java49 public static final int TYPE_BOOLEAN = 1; field in RestrictionEntry
168 this.mType = TYPE_BOOLEAN; in RestrictionEntry()
DRestrictionsManager.java711 case RestrictionEntry.TYPE_BOOLEAN: in loadRestriction()
767 case RestrictionEntry.TYPE_BOOLEAN: in addRestrictionToBundle()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java156 private static final String TYPE_BOOLEAN = "b"; field in Content.Parser
447 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) { in parseBindValue()
/frameworks/base/tools/aapt2/
DResourceUtils_test.cpp225 ResTable_map::TYPE_BOOLEAN), in TEST()
DResourceUtils.cpp608 return android::ResTable_map::TYPE_BOOLEAN; in AndroidTypeToAttributeTypeMask()
651 if (type_mask & ResTable_map::TYPE_BOOLEAN) { in TryParseItemForAttribute()
DResourceValues.cpp609 if ((type_mask & android::ResTable_map::TYPE_BOOLEAN) != 0) { in MaskString()
701 if (attr.type_mask & android::ResTable_map::TYPE_BOOLEAN) { in BuildAttributeMismatchMessage()
DResourceParser.cpp65 return android::ResTable_map::TYPE_BOOLEAN; in ParseFormatTypeNoEnumsOrFlags()
508 {"bool", {ResourceType::kBool, android::ResTable_map::TYPE_BOOLEAN}}, in ParseResource()
/frameworks/base/core/java/android/content/pm/
DPackageManager.java296 private static final int TYPE_BOOLEAN = 1; field in PackageManager.Property
314 if (type < TYPE_BOOLEAN || type > TYPE_STRING) { in Property()
325 this(name, TYPE_BOOLEAN, packageName, className); in Property()
388 return mType == TYPE_BOOLEAN; in isBoolean()
460 if (mType == TYPE_BOOLEAN) { in toBundle()
485 if (mType == TYPE_BOOLEAN) { in writeToParcel()
506 if (type == TYPE_BOOLEAN) {
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp122 if (type_mask & android::ResTable_map::TYPE_BOOLEAN) { in AddAttributeFormatDoc()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1696 TYPE_BOOLEAN = 1<<3, enumerator
/frameworks/base/tools/aapt/
DResourceTable.cpp188 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,
1423 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN; in compileResourceFile()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6063 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()
6084 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt11745 field public static final int TYPE_BOOLEAN = 1; // 0x1
40716 field public static final int TYPE_BOOLEAN = 1; // 0x1
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8062 field public static final int TYPE_BOOLEAN = 1; // 0x1
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt84733 Lcom/android/internal/util/TypedProperties;->TYPE_BOOLEAN:I