Searched refs:mAppFocusService (Results 1 – 5 of 5) sorted by relevance
65 private final AppFocusService mAppFocusService; field in ClusterNavigationService109 mAppFocusService = appFocusService; in ClusterNavigationService()124 mAppFocusService.registerContextOwnerChangedCallback(this /* FocusOwnershipCallback */); in init()133 mAppFocusService.unregisterContextOwnerChangedCallback(this); in release()
50 private AppFocusService mAppFocusService; field in CarAppFocusManagerTest78 mAppFocusService = new AppFocusService( in configureFakeSystemInterface()80 setAppFocusService(mAppFocusService); in configureFakeSystemInterface()
81 private AppFocusService mAppFocusService; field in InstrumentClusterServiceTest160 mNavigationService = new ClusterNavigationService(mContext, mAppFocusService); in setNewService()
121 private AppFocusService mAppFocusService; field in MockedCarTestBase235 mAppFocusService = service; in setAppFocusService()391 .setAppFocusService(mAppFocusService) in setUp()
152 private final AppFocusService mAppFocusService; field in ICarImpl380 mAppFocusService = carServiceCreator.createService( in ICarImpl()394 () -> new ClusterNavigationService(mContext, mAppFocusService)); in ICarImpl()656 return mAppFocusService; in getCarService()