Searched refs:CarOccupantZoneService (Results 1 – 5 of 5) sorted by relevance
52 import com.android.car.CarOccupantZoneService.DisplayConfig;53 import com.android.car.CarOccupantZoneService.DisplayInfo;54 import com.android.car.CarOccupantZoneService.OccupantConfig;79 private CarOccupantZoneService mService;230 mService = new CarOccupantZoneService(mContext, mDisplayManager, mUserManager, in setUp()306 mService = new CarOccupantZoneService(mContext, mDisplayManager, mUserManager, in setUpServiceWithProfileSupportEnabled()
62 import com.android.car.CarOccupantZoneService;133 private CarOccupantZoneService mOccupantZoneService;246 mOccupantZoneService = CarLocalServices.getService(CarOccupantZoneService.class); in init()563 CarOccupantZoneService occupantZoneService; in setupOccupantZoneInfo()
114 private final CarOccupantZoneService mCarOccupantZoneService;187 mCarOccupantZoneService = new CarOccupantZoneService(serviceContext); in ICarImpl()270 CarLocalServices.addService(CarOccupantZoneService.class, mCarOccupantZoneService); in ICarImpl()
69 public final class CarOccupantZoneService extends ICarOccupantZone.Stub class234 public CarOccupantZoneService(Context context) { in CarOccupantZoneService() method in CarOccupantZoneService244 public CarOccupantZoneService(Context context, DisplayManager displayManager, in CarOccupantZoneService() method in CarOccupantZoneService
241 private final CarOccupantZoneService mCarOccupantZoneService;257 CarOccupantZoneService carOccupantZoneService) { in CarShellCommand()