Searched refs:isBoolean (Results 1 – 8 of 8) sorted by relevance
43 assertTrue(p.isBoolean()); in testBooleanProperty()68 assertFalse(p.isBoolean()); in testFloatProperty()93 assertFalse(p.isBoolean()); in testIntegerProperty()118 assertFalse(p.isBoolean()); in testResourceProperty()143 assertFalse(p.isBoolean()); in testStringProperty()
72 if (activityProp.isBoolean) { in supportsMultiInstanceSplit()87 if (appProp.isBoolean) { in supportsMultiInstanceSplit()
599 } else if (isBoolean(getter.getReturnType()) && GETTER_IS_PREFIX.matcher(name).find()) { in inferPropertyNameFromGetter()716 private boolean isBoolean(@NonNull TypeMirror type) { in isBoolean() method in InspectablePropertyProcessor
498 assertTrue(testProperty.isBoolean()); in assertProperty()517 assertFalse(testProperty.isBoolean()); in assertProperty()532 assertFalse(testProperty.isBoolean()); in assertProperty()547 assertFalse(testProperty.isBoolean()); in assertProperty()562 assertFalse(testProperty.isBoolean()); in assertProperty()
880 bool isBoolean = false; in addSetting() local897 isBoolean = strEq(attrs[i], "enabled"); in addSetting()914 if (strHasPrefix(a_name, "supports-") || isBoolean) { in addSetting()
387 public boolean isBoolean() { in isBoolean() method in PackageManager.Property
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13349 method public boolean isBoolean();