Searched defs:createCar (Results 1 - 3 of 3) sorted by last modified time

/packages/services/Car/car-lib/src/android/car/
H A DCar.java386 public static Car createCar(Context context, ServiceConnection serviceConnectionListener, method in class:Car
404 * @see #createCar(Context, ServiceConnection, Handler)
406 public static Car createCar(Context context, ServiceConnection serviceConnectionListener) { method in class:Car
407 return createCar(context, serviceConnectionListener, null);
/packages/services/Car/car-support-lib/src/android/support/car/
H A DCar.java43 * Use one of the createCar methods to create a new instance of the Car api. The
264 public static Car createCar(Context context, method in class:Car
278 * @see #createCar(Context, CarConnectionCallback, Handler)
280 public static Car createCar(Context context, method in class:Car
282 return createCar(context, carConnectionCallback, null);
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java311 Car car = createCar(context, eventThread);
317 private static Car createCar(Context context, LooperThread eventThread) method in class:CarAppFocusManagerTest
321 Car car = Car.createCar(context, connectionListener, eventThread.mHandler);

Completed in 63 milliseconds