Searched refs:mCarTestService (Results 1 – 1 of 1) sorted by relevance
110 private CarTestService mCarTestService; field in ICarImpl320 if (mCarTestService == null) { in getCarService()321 mCarTestService = new CarTestService(mContext, this); in getCarService()323 return mCarTestService; in getCarService()485 if (mCarTestService != null) { in dumpAllServices()486 dumpService(mCarTestService, writer, dumpMetricsOnly); in dumpAllServices()