/aosp12/packages/modules/StatsD/framework/test/src/android/os/ |
H A D | StatsDimensionsValueTest.java | 66 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 D | HdmiCecConfig.java | 244 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 D | Fill.cpp | 46 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 D | JavaCodeGenerator.java | 189 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 D | StatsDimensionsValue.java | 211 public int getValueType() { in getValueType() method in StatsDimensionsValue
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/ |
H A D | CppCodeGenerator.java | 327 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 D | system-current.txt | 69 method public int getValueType();
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimatedVectorDrawable.java | 612 + "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 D | PropertyValuesHolder.java | 1117 public Class getValueType() { in getValueType() method in PropertyValuesHolder
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 416 HSPLandroid/animation/PropertyValuesHolder;->getValueType()Ljava/lang/Class;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 416 HSPLandroid/animation/PropertyValuesHolder;->getValueType()Ljava/lang/Class;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 1106 Landroid/animation/PropertyValuesHolder;->getValueType()Ljava/lang/Class;
|