/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | ScreenOffHandlerUnitTest.java | 53 import com.android.car.CarOccupantZoneService; 76 private CarOccupantZoneService mCarOccupantZoneService; 106 CarLocalServices.removeServiceForTest(CarOccupantZoneService.class); in setUp() 107 CarLocalServices.addService(CarOccupantZoneService.class, mCarOccupantZoneService); in setUp() 115 CarLocalServices.removeServiceForTest(CarOccupantZoneService.class); in tearDown()
|
/packages/services/Car/service/src/com/android/car/cluster/ |
D | ClusterHomeService.java | 58 import com.android.car.CarOccupantZoneService; 79 private final CarOccupantZoneService mOccupantZoneService; 103 CarOccupantZoneService occupantZoneService, in ClusterHomeService()
|
/packages/services/Car/service/src/com/android/car/systemui/keyguard/ |
D | ExperimentalCarKeyguardService.java | 52 import com.android.car.CarOccupantZoneService; 74 private final CarOccupantZoneService mCarOccupantZoneService; 153 CarOccupantZoneService carOccupantZoneService) { in ExperimentalCarKeyguardService()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | SystemActivityMonitoringServiceUnitTest.java | 56 private CarOccupantZoneService mCarOccupantZoneService; 71 CarLocalServices.addService(CarOccupantZoneService.class, mCarOccupantZoneService); in setUp()
|
D | CarOccupantZoneServiceTest.java | 60 import com.android.car.CarOccupantZoneService.DisplayConfig; 61 import com.android.car.CarOccupantZoneService.DisplayInfo; 62 import com.android.car.CarOccupantZoneService.OccupantConfig; 87 private CarOccupantZoneService mService; 265 mService = new CarOccupantZoneService(mContext, mDisplayManager, mUserManager, in setUp() 394 mService = new CarOccupantZoneService(mContext, mDisplayManager, mUserManager, in setUpServiceWithProfileSupportEnabled()
|
D | OccupantZoneHelper.java | 65 public void setUpOccupantZones(@Mock CarOccupantZoneService service, boolean hasDriver, in setUpOccupantZones()
|
D | CarInputRotaryServiceTest.java | 89 @Mock private CarOccupantZoneService mCarOccupantZoneService;
|
/packages/services/Car/service/src/com/android/car/ |
D | SystemActivityMonitoringService.java | 108 CarOccupantZoneService occupantService = CarLocalServices.getService( in init() 109 CarOccupantZoneService.class); in init()
|
D | CarUxRestrictionsManagerService.java | 154 private final CarOccupantZoneService mCarOccupantZoneService; 317 CarPropertyService propertyService, CarOccupantZoneService carOccupantZoneService) { in CarUxRestrictionsManagerService() 1170 CarOccupantZoneService.DisplayConfig displayConfig = in getDisplayIdentifier() 1180 CarOccupantZoneService.DisplayConfig displayConfig = in getDisplayIdentifierFromPort()
|
D | CarInputService.java | 215 private final CarOccupantZoneService mCarOccupantZoneService; 305 CarUserService userService, CarOccupantZoneService occupantZoneService, in CarInputService() 331 CarOccupantZoneService occupantZoneService, CarBluetoothService bluetoothService, in CarInputService()
|
D | CarOccupantZoneService.java | 91 public final class CarOccupantZoneService extends ICarOccupantZone.Stub class 94 private static final String TAG = CarLog.tagFor(CarOccupantZoneService.class); 268 public CarOccupantZoneService(Context context) { in CarOccupantZoneService() method in CarOccupantZoneService 279 public CarOccupantZoneService(Context context, DisplayManager displayManager, in CarOccupantZoneService() method in CarOccupantZoneService
|
D | ICarImpl.java | 164 private final CarOccupantZoneService mCarOccupantZoneService; 256 mCarOccupantZoneService = constructWithTrace(t, CarOccupantZoneService.class, in ICarImpl() 257 () -> new CarOccupantZoneService(mContext), allServices); in ICarImpl()
|
D | CarMediaService.java | 138 private final CarOccupantZoneService mOccupantZoneService; 374 public CarMediaService(Context context, CarOccupantZoneService occupantZoneService, in CarMediaService() 381 public CarMediaService(Context context, CarOccupantZoneService occupantZoneService, in CarMediaService()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/ |
D | CarRemoteDeviceServiceTest.java | 83 import com.android.car.CarOccupantZoneService; 120 private CarOccupantZoneService mOccupantZoneService; 154 CarLocalServices.removeServiceForTest(CarOccupantZoneService.class); in setUp() 155 CarLocalServices.addService(CarOccupantZoneService.class, mOccupantZoneService); in setUp() 175 CarLocalServices.removeServiceForTest(CarOccupantZoneService.class); in tearDown()
|
D | CarOccupantConnectionServiceTest.java | 61 import com.android.car.CarOccupantZoneService; 83 private CarOccupantZoneService mOccupantZoneService; 122 CarLocalServices.removeServiceForTest(CarOccupantZoneService.class); in setUp() 123 CarLocalServices.addService(CarOccupantZoneService.class, mOccupantZoneService); in setUp() 147 CarLocalServices.removeServiceForTest(CarOccupantZoneService.class); in tearDown()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systemui/keyguard/ |
D | ExperimentalCarKeyguardServiceTest.java | 53 import com.android.car.CarOccupantZoneService; 88 private CarOccupantZoneService mMockCarOccupantZoneService;
|
/packages/services/Car/service/src/com/android/car/power/ |
D | ScreenOffHandler.java | 47 import com.android.car.CarOccupantZoneService; 116 private final CarOccupantZoneService mOccupantZoneService; 142 mOccupantZoneService = CarLocalServices.getService(CarOccupantZoneService.class); in ScreenOffHandler()
|
/packages/services/Car/service/src/com/android/car/occupantconnection/ |
D | CarOccupantConnectionService.java | 54 import com.android.car.CarOccupantZoneService; 91 private final CarOccupantZoneService mOccupantZoneService; 329 public CarOccupantConnectionService(Context context, CarOccupantZoneService occupantZoneService, in CarOccupantConnectionService() 344 CarOccupantZoneService occupantZoneService, in CarOccupantConnectionService()
|
D | CarRemoteDeviceService.java | 75 import com.android.car.CarOccupantZoneService; 149 private final CarOccupantZoneService mOccupantZoneService; 262 CarOccupantZoneService occupantZoneService, in CarRemoteDeviceService() 276 CarOccupantZoneService occupantZoneService, in CarRemoteDeviceService()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/ |
D | ClusterHomeServiceUnitTest.java | 56 import com.android.car.CarOccupantZoneService; 93 private CarOccupantZoneService mOccupantZoneService;
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/ |
D | CarPackageManagerServiceUnitTest.java | 64 import com.android.car.CarOccupantZoneService; 98 private CarOccupantZoneService mMockCarOccupantZoneService;
|
D | VendorServiceControllerTest.java | 56 import com.android.car.CarOccupantZoneService; 138 private CarOccupantZoneService mCarOccupantZoneService;
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarAudioService.java | 127 import com.android.car.CarOccupantZoneService; 297 CarOccupantZoneService carOccupantZoneService = getCarOccupantZoneService(); 569 CarOccupantZoneService occupantZoneService = getCarOccupantZoneService(); in releaseAudioCallbacks() 582 private CarOccupantZoneService getCarOccupantZoneService() { in getCarOccupantZoneService() 583 return CarLocalServices.getService(CarOccupantZoneService.class); in getCarOccupantZoneService() 1228 CarOccupantZoneService carOccupantZoneService = getCarOccupantZoneService(); in allowMediaAudioOnPrimaryZone() 2166 CarOccupantZoneService occupantZoneService; 2175 private void callOccupantConfigForSelfIfNeeded(CarOccupantZoneService occupantZoneService) { 2651 CarOccupantZoneService carOccupantZoneService = getCarOccupantZoneService(); 2825 CarOccupantZoneService carOccupantZoneService = getCarOccupantZoneService();
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
D | BaseCarUserServiceTestCase.java | 102 import com.android.car.CarOccupantZoneService; 179 @Mock protected CarOccupantZoneService mCarOccupantZoneService; 292 CarLocalServices.addService(CarOccupantZoneService.class, mCarOccupantZoneService); in setUpMocks()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/media/ |
D | CarMediaServiceTest.java | 81 import com.android.car.CarOccupantZoneService; 123 @Mock private CarOccupantZoneService mMockOccupantZoneService;
|