Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java71 private final AppFocusService mAppFocusService; field in InstrumentClusterService
157 mAppFocusService = appFocusService; in InstrumentClusterService()
167 mAppFocusService.registerContextOwnerChangedCallback(this /* FocusOwnershipCallback */); in init()
182 mAppFocusService.unregisterContextOwnerChangedCallback(this); in release()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java91 private final AppFocusService mAppFocusService; field in ICarImpl
160 mAppFocusService = new AppFocusService(serviceContext, mSystemActivityMonitoringService); in ICarImpl()
165 mAppFocusService, mCarInputService); in ICarImpl()
209 allServices.add(mAppFocusService); in ICarImpl()
310 return mAppFocusService; in getCarService()