Home
last modified time | relevance | path

Searched refs:mAppContextService (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DICarImpl.java60 private final AppContextService mAppContextService; field in ICarImpl
94 mAppContextService = new AppContextService(serviceContext); in ICarImpl()
104 serviceContext, mAppContextService, mInstrumentClusterService); in ICarImpl()
113 mAppContextService, in ICarImpl()
170 return mAppContextService; in getCarService()
/packages/services/Car/service/src/com/android/car/cluster/
DCarNavigationService.java50 private final AppContextService mAppContextService; field in CarNavigationService
60 mAppContextService = appContextService; in CarNavigationService()
166 if (!mAppContextService.isContextOwner( in verifyNavigationContextOwner()