/frameworks/base/core/java/android/service/controls/actions/ |
D | ControlAction.java | 61 TYPE_BOOLEAN, 87 public static final @ActionType int TYPE_BOOLEAN = 1; field in ControlAction 234 case TYPE_BOOLEAN: in createActionFromBundle()
|
D | BooleanAction.java | 34 private static final @ActionType int TYPE = TYPE_BOOLEAN;
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/flags/ |
D | FlagSerializer.kt | 25 private const val TYPE_BOOLEAN = "boolean" constant 70 TYPE_BOOLEAN,
|
/frameworks/base/core/java/com/android/internal/util/ |
D | TypedProperties.java | 92 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/ |
D | ControlActionTest.java | 44 assertEquals(ControlAction.TYPE_BOOLEAN, fromParcel.getActionType()); in testUnparcelingCorrectClass_boolean()
|
/frameworks/base/core/java/android/content/ |
D | RestrictionEntry.java | 49 public static final int TYPE_BOOLEAN = 1; field in RestrictionEntry 168 this.mType = TYPE_BOOLEAN; in RestrictionEntry()
|
D | RestrictionsManager.java | 711 case RestrictionEntry.TYPE_BOOLEAN: in loadRestriction() 767 case RestrictionEntry.TYPE_BOOLEAN: in addRestrictionToBundle()
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
D | Content.java | 156 private static final String TYPE_BOOLEAN = "b"; field in Content.Parser 447 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) { in parseBindValue()
|
/frameworks/base/tools/aapt2/ |
D | ResourceUtils_test.cpp | 225 ResTable_map::TYPE_BOOLEAN), in TEST()
|
D | ResourceUtils.cpp | 608 return android::ResTable_map::TYPE_BOOLEAN; in AndroidTypeToAttributeTypeMask() 651 if (type_mask & ResTable_map::TYPE_BOOLEAN) { in TryParseItemForAttribute()
|
D | ResourceValues.cpp | 609 if ((type_mask & android::ResTable_map::TYPE_BOOLEAN) != 0) { in MaskString() 701 if (attr.type_mask & android::ResTable_map::TYPE_BOOLEAN) { in BuildAttributeMismatchMessage()
|
D | ResourceParser.cpp | 65 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/ |
D | PackageManager.java | 296 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/ |
D | JavaClassGenerator.cpp | 122 if (type_mask & android::ResTable_map::TYPE_BOOLEAN) { in AddAttributeFormatDoc()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1696 TYPE_BOOLEAN = 1<<3, enumerator
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 188 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN, 1423 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN; in compileResourceFile()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 6063 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 11745 field public static final int TYPE_BOOLEAN = 1; // 0x1 40716 field public static final int TYPE_BOOLEAN = 1; // 0x1
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8062 field public static final int TYPE_BOOLEAN = 1; // 0x1
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 84733 Lcom/android/internal/util/TypedProperties;->TYPE_BOOLEAN:I
|