carContentTransport property

  1. @visibleForTesting
CarContentTransport carContentTransport
final

The transport that routes native car requests to the registered provider. Created eagerly so its channel handler is installed before any provider registers — a car process can be cold-launched and call in first, and the transport answers with typed empty results until a provider is set.

Implementation

@visibleForTesting
final CarContentTransport carContentTransport = CarContentTransport();