Searched refs:ClusterNavigationService (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/service/src/com/android/car/cluster/ |
D | InstrumentClusterService.java | 59 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()
|
D | ClusterHomeService.java | 70 implements CarServiceBase, ClusterNavigationService.ClusterNavigationServiceCallback, 78 private final ClusterNavigationService mClusterNavigationService; 102 ClusterNavigationService navigationService, in ClusterHomeService() 304 public void notifyNavContextOwnerChanged(ClusterNavigationService.ContextOwner owner) { in notifyNavContextOwnerChanged()
|
D | ClusterNavigationService.java | 55 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/ |
D | InstrumentClusterServiceTest.java | 76 private ClusterNavigationService mNavigationService; 124 super(InstrumentClusterService.TAG, ClusterNavigationService.TAG); in InstrumentClusterServiceTest() 160 mNavigationService = new ClusterNavigationService(mContext, mAppFocusService); in setNewService()
|
D | ClusterHomeServiceUnitTest.java | 59 import com.android.car.cluster.ClusterNavigationService.ContextOwner; 91 private ClusterNavigationService mNavigationService;
|
/packages/services/Car/service/src/com/android/car/ |
D | ICarImpl.java | 72 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()
|