Home
last modified time | relevance | path

Searched refs:ICarInfo (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarInfoService.java19 import android.car.ICarInfo;
30 public class CarInfoService extends ICarInfo.Stub implements CarServiceBase {
/packages/services/Car/car-lib/src/android/car/
DCarInfoManager.java92 private final ICarInfo mService;
176 mService = ICarInfo.Stub.asInterface(service); in CarInfoManager()
DICarInfo.aidl22 interface ICarInfo { interface