Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java217 protected void setCarPerformanceService(CarPerformanceService service) { in setCarPerformanceService() method in MockedCarTestBase
384 .setCarPerformanceService(mCarPerformanceService) in setUp()
DICarImplTest.java208 .setCarPerformanceService(mMockCarPerformanceService) in testNoShardedPreferencesAccessedBeforeUserZeroUnlock()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java1238 public Builder setCarPerformanceService(CarPerformanceService carPerformanceService) { in setCarPerformanceService() method in ICarImpl.Builder