Searched refs:CarNightService (Results 1 – 5 of 5) sorted by relevance
22 import static com.android.car.CarNightService.FORCED_DAY_MODE;23 import static com.android.car.CarNightService.FORCED_NIGHT_MODE;24 import static com.android.car.CarNightService.FORCED_SENSOR_MODE;76 private CarNightService mService;96 mService = new CarNightService(mContext, mCarPropertyService); in setUp()
49 public class CarNightService implements CarServiceBase { class186 CarNightService(Context context, CarPropertyService propertyService) { in CarNightService() method in CarNightService
147 private final CarNightService mCarNightService;347 mCarNightService = constructWithTrace(t, CarNightService.class, in ICarImpl()348 () -> new CarNightService(mContext, mCarPropertyService), allServices); in ICarImpl()
546 private final CarNightService mCarNightService;578 mCarNightService = (CarNightService) allServicesByClazz.get(CarNightService.class); in CarShellCommand()2896 mode = CarNightService.FORCED_DAY_MODE;2899 mode = CarNightService.FORCED_NIGHT_MODE;2902 mode = CarNightService.FORCED_SENSOR_MODE;
165 # CarNightService