Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A 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
/aosp12/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/testutils/
H A DShadowCar.java49 protected static Car createCar(Context context, ServiceConnection serviceConnection) { in createCar() method in ShadowCar
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/shadows/
H A DShadowCar.java52 public static Car createCar(Context context, ServiceConnection serviceConnection) { in createCar() method in ShadowCar
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DCar.java1172 public static Car createCar(Context context, ServiceConnection serviceConnectionListener, in createCar() method in Car
1200 public static Car createCar(Context context, ServiceConnection serviceConnectionListener) { in createCar() method in Car
1215 public static Car createCar(Context context) { in createCar() method in Car
1234 public static Car createCar(Context context, @Nullable Handler handler) { in createCar() method in Car
1330 public static Car createCar(@NonNull Context context, in createCar() method in Car
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarAppFocusManagerTest.java281 private static Car createCar(Context context, LooperThread eventThread) in createCar() method in CarAppFocusManagerTest