Home
last modified time | relevance | path

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

/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp436 bool boolAnnotationValue = true; in TEST() local
446 AStatsEvent_addBoolAnnotation(event, boolAnnotationId, boolAnnotationValue); in TEST()
459 checkAnnotation(&buffer, boolAnnotationId, BOOL_TYPE, boolAnnotationValue); in TEST()
472 bool boolAnnotationValue = false; in TEST() local
480 AStatsEvent_addBoolAnnotation(event, boolAnnotationId, boolAnnotationValue); in TEST()
494 checkAnnotation(&buffer, boolAnnotationId, BOOL_TYPE, boolAnnotationValue); in TEST()
/packages/modules/StatsD/framework/test/unittests/src/android/util/
DStatsEventTest.java707 final boolean boolAnnotationValue = false; in testArrayFieldAnnotations()
715 .addBooleanAnnotation(boolAnnotationId, boolAnnotationValue) in testArrayFieldAnnotations()
779 .isEqualTo(boolAnnotationValue ? 1 : 0); in testArrayFieldAnnotations()