HomeSort by relevance Sort by last modified time
    Searched refs:serviceContext (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/service/src/com/android/car/
ICarImpl.java 90 public ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface,
92 mContext = serviceContext;
94 mSystemActivityMonitoringService = new SystemActivityMonitoringService(serviceContext);
97 mCarSensorService = new CarSensorService(serviceContext, mHal.getSensorHal());
98 mCarPackageManagerService = new CarPackageManagerService(serviceContext, mCarSensorService,
100 mCarInputService = new CarInputService(serviceContext, mHal.getInputHal());
101 mCarProjectionService = new CarProjectionService(serviceContext, mCarInputService);
103 mCarInfoService = new CarInfoService(serviceContext, mHal.getInfoHal());
104 mAppFocusService = new AppFocusService(serviceContext, mSystemActivityMonitoringService);
105 mCarAudioService = new CarAudioService(serviceContext, mHal.getAudioHal()
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmTestBase.java 93 final DpmMockContext serviceContext = mMockContext;
99 final long origId = serviceContext.binder.clearCallingIdentity();
101 serviceContext.binder.callingUid = callingUid;
102 serviceContext.binder.callingPid = callingPid;
103 serviceContext.binder.callingPermissions.put(callingUid, caller.permissions);
108 serviceContext.binder.restoreCallingIdentity(origId);
DevicePolicyManagerTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java     [all...]

Completed in 123 milliseconds