Searched refs:CarPerformanceService (Results 1 – 5 of 5) sorted by relevance
52 private CarPerformanceService mCarPerformanceService;55 super(CarPerformanceService.TAG); in CarPerformanceServiceUnitTest()61 mCarPerformanceService = new CarPerformanceService(mMockContext); in setUp()
42 public final class CarPerformanceService extends ICarPerformanceService.Stub class44 static final String TAG = CarLog.tagFor(CarPerformanceService.class);51 public CarPerformanceService(Context context) { in CarPerformanceService() method in CarPerformanceService
52 import com.android.car.os.CarPerformanceService;103 @Mock private CarPerformanceService mMockCarPerformanceService;
66 import com.android.car.os.CarPerformanceService;121 private CarPerformanceService mCarPerformanceService;217 protected void setCarPerformanceService(CarPerformanceService service) { in setCarPerformanceService()
87 import com.android.car.os.CarPerformanceService;171 private final CarPerformanceService mCarPerformanceService;396 mCarPerformanceService = getFromBuilderOrConstruct(t, CarPerformanceService.class, in ICarImpl()397 builder.mCarPerformanceService, () -> new CarPerformanceService(mContext), in ICarImpl()1145 CarPerformanceService mCarPerformanceService;1238 public Builder setCarPerformanceService(CarPerformanceService carPerformanceService) { in setCarPerformanceService()