Searched refs:mAppFocusService (Results 1 – 2 of 2) sorted by relevance
64 private final AppFocusService mAppFocusService; field in InstrumentClusterService126 mAppFocusService = appFocusService; in InstrumentClusterService()136 mAppFocusService.registerContextOwnerChangedCallback(this /* FocusOwnershipCallback */); in init()151 mAppFocusService.unregisterContextOwnerChangedCallback(this); in release()
81 private final AppFocusService mAppFocusService; field in ICarImpl146 mAppFocusService = new AppFocusService(serviceContext, mSystemActivityMonitoringService); in ICarImpl()150 mAppFocusService, mCarInputService); in ICarImpl()188 allServices.add(mAppFocusService); in ICarImpl()288 return mAppFocusService; in getCarService()