OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serviceContext
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/service/src/com/android/car/
ICarImpl.java
70
public synchronized static ICarImpl getInstance(Context
serviceContext
) {
72
sInstance = new ICarImpl(
serviceContext
);
86
public ICarImpl(Context
serviceContext
) {
87
mContext =
serviceContext
;
89
mCarPowerManagementService = new CarPowerManagementService(
serviceContext
);
90
mCarInputService = new CarInputService(
serviceContext
);
91
mCarProjectionService = new CarProjectionService(
serviceContext
, mCarInputService);
93
mCarInfoService = new CarInfoService(
serviceContext
);
94
mAppContextService = new AppContextService(
serviceContext
);
95
mCarSensorService = new CarSensorService(
serviceContext
);
[
all
...]
/frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java
[
all
...]
Completed in 48 milliseconds