Home
last modified time | relevance | path

Searched refs:ClusterNavigationService (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java59 import com.android.car.cluster.ClusterNavigationService.ContextOwner;
75 ClusterNavigationService.ClusterNavigationServiceCallback {
87 private final ClusterNavigationService mClusterNavigationService;
217 public InstrumentClusterService(Context context, ClusterNavigationService navigationService, in InstrumentClusterService()
223 InstrumentClusterService(Context context, ClusterNavigationService navigationService, in InstrumentClusterService()
DClusterHomeService.java70 implements CarServiceBase, ClusterNavigationService.ClusterNavigationServiceCallback,
78 private final ClusterNavigationService mClusterNavigationService;
102 ClusterNavigationService navigationService, in ClusterHomeService()
304 public void notifyNavContextOwnerChanged(ClusterNavigationService.ContextOwner owner) { in notifyNavContextOwnerChanged()
DClusterNavigationService.java55 public class ClusterNavigationService extends IInstrumentClusterNavigation.Stub class
107 public ClusterNavigationService(Context context, AppFocusService appFocusService) { in ClusterNavigationService() method in ClusterNavigationService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DInstrumentClusterServiceTest.java76 private ClusterNavigationService mNavigationService;
124 super(InstrumentClusterService.TAG, ClusterNavigationService.TAG); in InstrumentClusterServiceTest()
160 mNavigationService = new ClusterNavigationService(mContext, mAppFocusService); in setNewService()
DClusterHomeServiceUnitTest.java59 import com.android.car.cluster.ClusterNavigationService.ContextOwner;
91 private ClusterNavigationService mNavigationService;
/packages/services/Car/service/src/com/android/car/
DICarImpl.java72 import com.android.car.cluster.ClusterNavigationService;
151 private final ClusterNavigationService mClusterNavigationService;
352 t, ClusterNavigationService.class, in ICarImpl()
353 () -> new ClusterNavigationService(mContext, mAppFocusService), allServices); in ICarImpl()