Searched defs:createCar (Results 1 – 4 of 4) 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
1913 public static Car createCar(Context context, ServiceConnection serviceConnectionListener, in createCar() method in Car1942 public static Car createCar(Context context, ServiceConnection serviceConnectionListener) { in createCar() method in Car1958 public static Car createCar(Context context) { in createCar() method in Car1979 public static Car createCar(Context context, @Nullable Handler handler) { in createCar() method in Car2077 public static Car createCar(@NonNull Context context, in createCar() method in Car
305 private static Car createCar(Context context, LooperThread eventThread) in createCar() method in CarAppFocusManagerTest