Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DCarTelemetrydPublisherTest.java239 Constants.CAR_TELEMETRYD_BUNDLE_KEY_ID)).isEqualTo( in testPushesPublishedData_whenOnCarDataReceived()
276 Constants.CAR_TELEMETRYD_BUNDLE_KEY_ID)).isEqualTo( in testPushesPublishedData_multipleSubscribers()
287 Constants.CAR_TELEMETRYD_BUNDLE_KEY_ID)).isEqualTo( in testPushesPublishedData_multipleSubscribers()
298 Constants.CAR_TELEMETRYD_BUNDLE_KEY_ID)).isEqualTo( in testPushesPublishedData_multipleSubscribers()
312 Constants.CAR_TELEMETRYD_BUNDLE_KEY_ID)).isEqualTo( in testPushesPublishedData_multipleSubscribers()
323 Constants.CAR_TELEMETRYD_BUNDLE_KEY_ID)).isEqualTo( in testPushesPublishedData_multipleSubscribers()
334 Constants.CAR_TELEMETRYD_BUNDLE_KEY_ID)).isEqualTo( in testPushesPublishedData_multipleSubscribers()
370 Constants.CAR_TELEMETRYD_BUNDLE_KEY_ID)).isEqualTo( in testPushesPublishedData_detectsLargeData()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DConstants.java47 public static final String CAR_TELEMETRYD_BUNDLE_KEY_ID = "ct.id"; field in Constants
DCarTelemetrydPublisher.java316 bundle.putInt(Constants.CAR_TELEMETRYD_BUNDLE_KEY_ID, dataItem.id); in processCarData()