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.java64 private final AppFocusService mAppFocusService; field in InstrumentClusterService
126 mAppFocusService = appFocusService; in InstrumentClusterService()
136 mAppFocusService.registerContextOwnerChangedCallback(this /* FocusOwnershipCallback */); in init()
151 mAppFocusService.unregisterContextOwnerChangedCallback(this); in release()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java81 private final AppFocusService mAppFocusService; field in ICarImpl
146 mAppFocusService = new AppFocusService(serviceContext, mSystemActivityMonitoringService); in ICarImpl()
150 mAppFocusService, mCarInputService); in ICarImpl()
188 allServices.add(mAppFocusService); in ICarImpl()
288 return mAppFocusService; in getCarService()