package

androidx.car.app.utils

Interfaces

RemoteUtils.HostCallA method that the host dispatched to be run on the main thread and notify the host of success/failure.
RemoteUtils.RemoteCall<ReturnT>An interface that defines a remote call to be made.

Classes

CollectionUtilsAssorted collection utilities.
CommonUtilsAssorted common utilities.
LogTagsDeclares the log tags to use in the library.
RemoteUtilsAssorted utilities to deal with serialization of remote calls.
StringUtilsAssorted string manipulation utilities.
ThreadUtilsUtility functions to handle running functions on the main thread.