Lines Matching refs:ICar
1623 private ICar mService;
1653 ICar newService = ICar.Stub.asInterface(service);
2024 car = new Car(context, ICar.Stub.asInterface(service), in createCar()
2059 car.mService = ICar.Stub.asInterface(service); in createCar()
2096 car = new Car(context, ICar.Stub.asInterface(service), null, in createCar()
2152 car.mService = ICar.Stub.asInterface(service); in createCar()
2179 private Car(Context context, @Nullable ICar service, in Car()
2208 public Car(Context context, @Nullable ICar service, @Nullable Handler handler) { in Car()
2402 ICar service; in isFeatureEnabled()
2424 ICar service; in enableFeature()
2450 ICar service; in disableFeature()
2473 ICar service; in getAllEnabledFeatures()
2496 ICar service; in getAllPendingDisabledFeatures()
2519 ICar service; in getAllPendingEnabledFeatures()