Home
last modified time | relevance | path

Searched refs:mCarPerformanceService (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/os/
DCarPerformanceServiceUnitTest.java52 private CarPerformanceService mCarPerformanceService; field in CarPerformanceServiceUnitTest
61 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()
/packages/services/Car/tests/CarServiceTest/dep/src/com/android/car/
DMockedCarTestBase.java119 private CarPerformanceService mCarPerformanceService; field in MockedCarTestBase
216 mCarPerformanceService = service; in setCarPerformanceService()
388 .setCarPerformanceService(mCarPerformanceService) in setUp()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java173 private final CarPerformanceService mCarPerformanceService; field in ICarImpl
428 mCarPerformanceService = carServiceCreator.createService( in ICarImpl()
717 return mCarPerformanceService; in getCarService()