Home
last modified time | relevance | path

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

/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp385 bool boolAnnotation1Value = true; in TEST() local
399 AStatsEvent_addBoolAnnotation(event, boolAnnotation1Id, boolAnnotation1Value); in TEST()
416 checkAnnotation(&buffer, boolAnnotation1Id, BOOL_TYPE, boolAnnotation1Value); in TEST()