HomeSort by relevance Sort by last modified time
    Searched refs:CarServiceLoader (Results 1 - 3 of 3) sorted by null

  /packages/services/Car/car-support-lib/src/android/support/car/
CarServiceLoader.java 23 * CarServiceLoader is the abstraction for loading different types of car service.
26 public abstract class CarServiceLoader {
32 public CarServiceLoader(Context context, ServiceConnectionListener listener, Looper looper) {
Car.java 120 * {@link CarServiceLoader} implementation for projected mode. Only available when projected
179 private final CarServiceLoader mCarServiceLoader;
232 private CarServiceLoader loadCarServiceLoader(String carServiceLoaderClassName,
239 throw new IllegalArgumentException("Cannot find CarServiceLoader implementation:" +
247 throw new IllegalArgumentException("Cannot construct CarServiceLoader, no constructor: "
251 return (CarServiceLoader) ctor.newInstance(context,
256 "Cannot construct CarServiceLoader, constructor failed for "
262 * Car constructor when CarServiceLoader is already available.
269 public Car(Context context, CarServiceLoader serviceLoader, @Nullable Looper looper) {
CarServiceLoaderEmbedded.java 34 * Default CarServiceLoader for system with built-in car service (=embedded).
37 public class CarServiceLoaderEmbedded extends CarServiceLoader {

Completed in 239 milliseconds