Home
last modified time | relevance | path

Searched refs:CarNightService (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarNightService.java32 public class CarNightService implements CarServiceBase { class
68 CarNightService(Context context) { in CarNightService() method in CarNightService
DICarImpl.java59 private final CarNightService mCarNightService;
100 mCarNightService = new CarNightService(serviceContext); in ICarImpl()