Searched defs:createCar (Results 1 – 5 of 5) sorted by relevance
49 protected static Car createCar(Context context, ServiceConnection serviceConnection) { in createCar() method in ShadowCar76 protected static Car createCar(Context context) { in createCar() method in ShadowCar
49 protected static Car createCar(Context context, ServiceConnection serviceConnection) { in createCar() method in ShadowCar
52 public static Car createCar(Context context, ServiceConnection serviceConnection) { in createCar() method in ShadowCar
1172 public static Car createCar(Context context, ServiceConnection serviceConnectionListener, in createCar() method in Car1200 public static Car createCar(Context context, ServiceConnection serviceConnectionListener) { in createCar() method in Car1215 public static Car createCar(Context context) { in createCar() method in Car1234 public static Car createCar(Context context, @Nullable Handler handler) { in createCar() method in Car1330 public static Car createCar(@NonNull Context context, in createCar() method in Car
281 private static Car createCar(Context context, LooperThread eventThread) in createCar() method in CarAppFocusManagerTest