Searched refs:tagParcel (Results 1 – 1 of 1) sorted by relevance
306 StatsDimensionsValueParcel tagParcel = attributionNodeParcel.tupleValue[1]; in checkAttributionNodeInDimensionsValueParcel() local307 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()