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 106 public ICarImpl(Context serviceContext, IVehicle vehicle, SystemInterface systemInterface,
108 mContext = serviceContext;
112 mSystemActivityMonitoringService = new SystemActivityMonitoringService(serviceContext);
115 mCarPropertyService = new CarPropertyService(serviceContext, mHal.getPropertyHal());
116 mCarDrivingStateService = new CarDrivingStateService(serviceContext, mCarPropertyService);
117 mCarUXRestrictionsService = new CarUxRestrictionsManagerService(serviceContext,
119 mCarPackageManagerService = new CarPackageManagerService(serviceContext,
122 mCarInputService = new CarInputService(serviceContext, mHal.getInputHal());
123 mCarProjectionService = new CarProjectionService(serviceContext, mCarInputService);
127 mAppFocusService = new AppFocusService(serviceContext, mSystemActivityMonitoringService)
    [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 316 milliseconds