Searched refs:mCarTestService (Results 1 – 1 of 1) sorted by relevance
123 private CarTestService mCarTestService; field in ICarImpl342 if (mCarTestService == null) { in getCarService()343 mCarTestService = new CarTestService(mContext, this); in getCarService()345 return mCarTestService; in getCarService()516 if (mCarTestService != null) { in dumpAllServices()517 dumpService(mCarTestService, writer); in dumpAllServices()