Searched refs:mCarPerformanceService (Results 1 – 3 of 3) sorted by relevance
52 private CarPerformanceService mCarPerformanceService; field in CarPerformanceServiceUnitTest61 mCarPerformanceService = new CarPerformanceService(mMockContext); in setUp()62 mCarPerformanceService.init(); in setUp()79 mCarPerformanceService.setThreadPriority(/* tid= */234000, policyWithPriority); in testSetThreadPriority()92 mCarPerformanceService.getThreadPriority(/* tid= */234000); in testGetThreadPriority()
119 private CarPerformanceService mCarPerformanceService; field in MockedCarTestBase216 mCarPerformanceService = service; in setCarPerformanceService()388 .setCarPerformanceService(mCarPerformanceService) in setUp()
173 private final CarPerformanceService mCarPerformanceService; field in ICarImpl428 mCarPerformanceService = carServiceCreator.createService( in ICarImpl()717 return mCarPerformanceService; in getCarService()