Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/framework/test/src/android/util/
H A DStatsEventTest.java430 final int field2AnnotationValue = 23; in testSingleAnnotations() local
438 .addIntAnnotation(field2AnnotationId, field2AnnotationValue) in testSingleAnnotations()
496 .that(buffer.getInt()).isEqualTo(field2AnnotationValue); in testSingleAnnotations()
513 final int field2AnnotationValue = 23; in testAtomIdAnnotations() local
522 .addIntAnnotation(field2AnnotationId, field2AnnotationValue) in testAtomIdAnnotations()
590 .that(buffer.getInt()).isEqualTo(field2AnnotationValue); in testAtomIdAnnotations()