Home
last modified time | relevance | path

Searched defs:createCar (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowCar.java49 protected static Car createCar(Context context, ServiceConnection serviceConnection) { in createCar() method in ShadowCar
76 protected static Car createCar(Context context) { in createCar() method in ShadowCar
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/testutils/
DShadowCar.java37 protected static Car createCar(Context context) { in createCar() method in ShadowCar
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/testutils/
DShadowCar.java49 protected static Car createCar(Context context, ServiceConnection serviceConnection) { in createCar() method in ShadowCar
/packages/services/Car/car-lib/src/android/car/
DCar.java656 public static Car createCar(Context context, ServiceConnection serviceConnectionListener, in createCar() method in Car
679 public static Car createCar(Context context, ServiceConnection serviceConnectionListener) { in createCar() method in Car
691 public static Car createCar(Context context) { in createCar() method in Car
705 public static Car createCar(Context context, @Nullable Handler handler) { in createCar() method in Car
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarAppFocusManagerTest.java259 private static Car createCar(Context context, LooperThread eventThread) in createCar() method in CarAppFocusManagerTest