Searched refs:mAppFocusService (Results 1 – 2 of 2) sorted by relevance
71 private final AppFocusService mAppFocusService; field in InstrumentClusterService157 mAppFocusService = appFocusService; in InstrumentClusterService()167 mAppFocusService.registerContextOwnerChangedCallback(this /* FocusOwnershipCallback */); in init()182 mAppFocusService.unregisterContextOwnerChangedCallback(this); in release()
91 private final AppFocusService mAppFocusService; field in ICarImpl160 mAppFocusService = new AppFocusService(serviceContext, mSystemActivityMonitoringService); in ICarImpl()165 mAppFocusService, mCarInputService); in ICarImpl()209 allServices.add(mAppFocusService); in ICarImpl()310 return mAppFocusService; in getCarService()