Searched refs:mCarTestService (Results 1 – 1 of 1) sorted by relevance
83 private CarTestService mCarTestService; field in ICarImpl226 if (mCarTestService == null) { in getCarService()227 mCarTestService = new CarTestService(mContext, this); in getCarService()229 return mCarTestService; in getCarService()324 if (mCarTestService != null) { in dump()325 mCarTestService.dump(writer); in dump()