Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/framework/test/src/android/os/
H A DStatsDimensionsValueTest.java67 List<StatsDimensionsValue> sdvChildren = sdv.getTupleValueList(); in testConversionFromStructuredParcel() local
68 assertThat(sdvChildren.size()).isEqualTo(5); in testConversionFromStructuredParcel()
71 assertThat(sdvChildren.get(i).getField()).isEqualTo(i + 1); 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()
86 assertThat(sdvChildren.get(1).getIntValue()).isEqualTo(intValue); in testConversionFromStructuredParcel()
112 List<StatsDimensionsValue> sdvChildren = sdv.getTupleValueList(); in testNullTupleArray() local
[all …]