Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DCarTelemetrydPublisherTest.java242 Constants.CAR_TELEMETRYD_BUNDLE_KEY_CONTENT)).isEqualTo("7BM"); in testPushesPublishedData_whenOnCarDataReceived()
279 Constants.CAR_TELEMETRYD_BUNDLE_KEY_CONTENT)).isEqualTo(")4?"); in testPushesPublishedData_multipleSubscribers()
290 Constants.CAR_TELEMETRYD_BUNDLE_KEY_CONTENT)).isEqualTo("5>G"); in testPushesPublishedData_multipleSubscribers()
301 Constants.CAR_TELEMETRYD_BUNDLE_KEY_CONTENT)).isEqualTo("(2<"); in testPushesPublishedData_multipleSubscribers()
315 Constants.CAR_TELEMETRYD_BUNDLE_KEY_CONTENT)).isEqualTo(")4?"); in testPushesPublishedData_multipleSubscribers()
326 Constants.CAR_TELEMETRYD_BUNDLE_KEY_CONTENT)).isEqualTo("5>G"); in testPushesPublishedData_multipleSubscribers()
337 Constants.CAR_TELEMETRYD_BUNDLE_KEY_CONTENT)).isEqualTo("(2<"); in testPushesPublishedData_multipleSubscribers()
373 Constants.CAR_TELEMETRYD_BUNDLE_KEY_CONTENT).length()) in testPushesPublishedData_detectsLargeData()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DConstants.java48 public static final String CAR_TELEMETRYD_BUNDLE_KEY_CONTENT = "ct.content"; field in Constants
DCarTelemetrydPublisher.java317 bundle.putString(Constants.CAR_TELEMETRYD_BUNDLE_KEY_CONTENT, content); in processCarData()