Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/
H A DFieldValue_test.cpp306 StatsDimensionsValueParcel tagParcel = attributionNodeParcel.tupleValue[1]; in checkAttributionNodeInDimensionsValueParcel() local
307 EXPECT_EQ(tagParcel.field, 2 /*position at depth 2*/); in checkAttributionNodeInDimensionsValueParcel()
308 EXPECT_EQ(tagParcel.valueType, STATS_DIMENSIONS_VALUE_STRING_TYPE); in checkAttributionNodeInDimensionsValueParcel()
309 EXPECT_EQ(tagParcel.stringValue, tag); in checkAttributionNodeInDimensionsValueParcel()