Searched refs:mAppFocusService (Results 1 – 3 of 3) sorted by relevance
53 private final AppFocusService mAppFocusService; field in ClusterNavigationService94 mAppFocusService = appFocusService; in ClusterNavigationService()109 mAppFocusService.registerContextOwnerChangedCallback(this /* FocusOwnershipCallback */); in init()118 mAppFocusService.unregisterContextOwnerChangedCallback(this); in release()
69 private AppFocusService mAppFocusService; field in InstrumentClusterServiceTest120 mNavigationService = new ClusterNavigationService(mContext, mAppFocusService); in setNewService()
118 private final AppFocusService mAppFocusService; field in ICarImpl272 mAppFocusService = constructWithTrace(t, AppFocusService.class, in ICarImpl()282 () -> new ClusterNavigationService(serviceContext, mAppFocusService)); in ICarImpl()382 allServices.add(mAppFocusService); in ICarImpl()571 return mAppFocusService; in getCarService()