Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DCarTelemetrydPublisherTest.java78 private static final String[] SESSION_ANNOTATION_KEYS = field in CarTelemetrydPublisherTest
244 assertThat(result.keySet()).containsAtLeastElementsIn(SESSION_ANNOTATION_KEYS); in testPushesPublishedData_whenOnCarDataReceived()
282 SESSION_ANNOTATION_KEYS); in testPushesPublishedData_multipleSubscribers()
293 SESSION_ANNOTATION_KEYS); in testPushesPublishedData_multipleSubscribers()
304 SESSION_ANNOTATION_KEYS); in testPushesPublishedData_multipleSubscribers()
318 SESSION_ANNOTATION_KEYS); in testPushesPublishedData_multipleSubscribers()
329 SESSION_ANNOTATION_KEYS); in testPushesPublishedData_multipleSubscribers()
340 SESSION_ANNOTATION_KEYS); in testPushesPublishedData_multipleSubscribers()
376 assertThat(result.keySet()).containsAtLeastElementsIn(SESSION_ANNOTATION_KEYS); in testPushesPublishedData_detectsLargeData()