Home
last modified time | relevance | path

Searched refs:getValueType (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/modules/StatsD/framework/test/src/android/os/
H A DStatsDimensionsValueTest.java66 assertThat(sdv.getValueType()).isEqualTo(StatsDimensionsValue.TUPLE_VALUE_TYPE); in testConversionFromStructuredParcel()
74 assertThat(sdvChildren.get(0).getValueType()) in testConversionFromStructuredParcel()
76 assertThat(sdvChildren.get(1).getValueType()) in testConversionFromStructuredParcel()
78 assertThat(sdvChildren.get(2).getValueType()) in testConversionFromStructuredParcel()
80 assertThat(sdvChildren.get(3).getValueType()) in testConversionFromStructuredParcel()
82 assertThat(sdvChildren.get(4).getValueType()) in testConversionFromStructuredParcel()
111 assertThat(sdv.getValueType()).isEqualTo(StatsDimensionsValue.TUPLE_VALUE_TYPE); in testNullTupleArray()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecConfig.java244 public @ValueType String getValueType() { in getValueType() method in HdmiCecConfig.Setting
759 return getSetting(name).getValueType().equals(VALUE_TYPE_STRING); in isStringValueType()
771 return getSetting(name).getValueType().equals(VALUE_TYPE_INT); in isIntValueType()
782 if (!setting.getValueType().equals(VALUE_TYPE_STRING)) { in getAllowedStringValues()
801 if (!setting.getValueType().equals(VALUE_TYPE_INT)) { in getAllowedIntValues()
820 if (!setting.getValueType().equals(VALUE_TYPE_STRING)) { in getDefaultStringValue()
835 if (!setting.getValueType().equals(VALUE_TYPE_INT)) { in getDefaultIntValue()
850 if (!setting.getValueType().equals(VALUE_TYPE_STRING)) { in getStringValue()
866 if (!setting.getValueType().equals(VALUE_TYPE_INT)) { in getIntValue()
887 if (!setting.getValueType().equals(VALUE_TYPE_STRING)) { in setStringValue()
[all …]
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DFill.cpp46 bool getValueType(OperandType outputType, OperandType* valueType) { in getValueType() function
77 NN_RET_CHECK(getValueType(outputType, &valueType)); in validate()
/aosp12/system/tools/xsdc/src/com/android/xsdc/java/
H A DJavaCodeGenerator.java189 getValueType((XsdSimpleContent) complexType, false) : null; in printClass()
291 getValueType((XsdSimpleContent) complexType, true) : null; in printParser()
378 getValueType((XsdSimpleContent) complexType, true) : null; in printWriter()
760 private JavaSimpleType getValueType(XsdSimpleContent simpleContent, boolean traverse) in getValueType() method in JavaCodeGenerator
774 return getValueType((XsdSimpleContent) parent, true); in getValueType()
/aosp12/packages/modules/StatsD/framework/java/android/os/
H A DStatsDimensionsValue.java211 public int getValueType() { in getValueType() method in StatsDimensionsValue
/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/
H A DCppCodeGenerator.java327 getValueType((XsdSimpleContent) complexType, false) : null; in printClass()
436 getValueType((XsdSimpleContent) complexType, true) : null; in printParser()
537 getValueType((XsdSimpleContent) complexType, true) : null; in printWriter()
927 private CppSimpleType getValueType(XsdSimpleContent simpleContent, boolean traverse) in getValueType() method in CppCodeGenerator
941 return getValueType((XsdSimpleContent) parent, true); in getValueType()
/aosp12/packages/modules/StatsD/framework/api/
H A Dsystem-current.txt69 method public int getValueType();
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java612 + "type defined in resources: " + pvh.getValueType().toString()); in updateAnimatorProperty()
625 Class type1 = holder.getValueType(); in containsSameValueType()
/aosp12/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java1117 public Class getValueType() { in getValueType() method in PropertyValuesHolder
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt416 HSPLandroid/animation/PropertyValuesHolder;->getValueType()Ljava/lang/Class;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt416 HSPLandroid/animation/PropertyValuesHolder;->getValueType()Ljava/lang/Class;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1106 Landroid/animation/PropertyValuesHolder;->getValueType()Ljava/lang/Class;