Searched defs:Car (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/
H A DCar.java49 public class Car { class
149 synchronized (Car.this) {
156 synchronized (Car.this) {
185 * A factory method that creates Car instance for all Car API access.
190 * @return Car instance if system is in car environment and returns {@code null} otherwise.
192 public static Car createCar(Context context,
195 return new Car(context, serviceConnectionListener, looper);
203 * A factory method that creates Car instance for all Car AP
213 private Car(Context context, ServiceConnectionListener serviceConnectionListener, method in class:Car
269 public Car(Context context, CarServiceLoader serviceLoader, @Nullable Looper looper) { method in class:Car
[all...]
/packages/services/Car/car-lib/src/android/car/
H A DCar.java53 public class Car { class
139 * Permission necessary to access Car Camera APIs.
146 * Permission necessary to access Car HVAC APIs.
153 * Permission necessary to access Car RADIO system APIs.
160 * Permission necesary to access Car PRJECTION system APIs.
239 synchronized (Car.this) {
247 synchronized (Car.this) {
271 * A factory method that creates Car instance for all Car API access.
276 * @return Car instanc
302 private Car(Context context, ServiceConnection serviceConnectionListener, method in class:Car
327 public Car(Context context, ICar service, @Nullable Looper looper) { method in class:Car
[all...]

Completed in 94 milliseconds