Home
last modified time | relevance | path

Searched refs:mAppFocusService (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DClusterNavigationService.java53 private final AppFocusService mAppFocusService; field in ClusterNavigationService
94 mAppFocusService = appFocusService; in ClusterNavigationService()
109 mAppFocusService.registerContextOwnerChangedCallback(this /* FocusOwnershipCallback */); in init()
118 mAppFocusService.unregisterContextOwnerChangedCallback(this); in release()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
H A DInstrumentClusterServiceTest.java69 private AppFocusService mAppFocusService; field in InstrumentClusterServiceTest
120 mNavigationService = new ClusterNavigationService(mContext, mAppFocusService); in setNewService()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java118 private final AppFocusService mAppFocusService; field in ICarImpl
272 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()