Home
last modified time | relevance | path

Searched refs:CarPerformanceService (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/os/
DCarPerformanceServiceUnitTest.java52 private CarPerformanceService mCarPerformanceService;
55 super(CarPerformanceService.TAG); in CarPerformanceServiceUnitTest()
61 mCarPerformanceService = new CarPerformanceService(mMockContext); in setUp()
/packages/services/Car/service/src/com/android/car/os/
DCarPerformanceService.java42 public final class CarPerformanceService extends ICarPerformanceService.Stub class
44 static final String TAG = CarLog.tagFor(CarPerformanceService.class);
51 public CarPerformanceService(Context context) { in CarPerformanceService() method in CarPerformanceService
/packages/services/Car/tests/carservice_test/src/com/android/car/
DICarImplTest.java52 import com.android.car.os.CarPerformanceService;
103 @Mock private CarPerformanceService mMockCarPerformanceService;
DMockedCarTestBase.java66 import com.android.car.os.CarPerformanceService;
121 private CarPerformanceService mCarPerformanceService;
217 protected void setCarPerformanceService(CarPerformanceService service) { in setCarPerformanceService()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java87 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()