Home
last modified time | relevance | path

Searched refs:IInstrumentClusterNavigation (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/car-lib/src/android/car/navigation/
DCarNavigationStatusManager.java23 import android.car.cluster.renderer.IInstrumentClusterNavigation;
36 private final IInstrumentClusterNavigation mService;
44 mService = IInstrumentClusterNavigation.Stub.asInterface(service); in CarNavigationStatusManager()
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DIInstrumentCluster.aidl18 import android.car.cluster.renderer.IInstrumentClusterNavigation;
34 IInstrumentClusterNavigation getNavigationService(); in getNavigationService()
DIInstrumentClusterNavigation.aidl29 interface IInstrumentClusterNavigation { interface
DInstrumentClusterRenderingService.java518 public IInstrumentClusterNavigation getNavigationService() throws RemoteException { in getNavigationService()
539 private class NavigationBinder extends IInstrumentClusterNavigation.Stub {
/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java32 import android.car.cluster.renderer.IInstrumentClusterNavigation;
112 private IInstrumentClusterNavigation mIInstrumentClusterNavigationFromRenderer;
117 IInstrumentClusterNavigation navigationBinder = getNavigationBinder(); in onNavigationStateChanged()
134 IInstrumentClusterNavigation navigationBinder = getNavigationBinder(); in getInstrumentClusterInfo()
249 private IInstrumentClusterNavigation getNavigationBinder() { in getNavigationBinder()
257 IInstrumentClusterNavigation navigationBinder = null; in getNavigationBinder()
DClusterNavigationService.java27 import android.car.cluster.renderer.IInstrumentClusterNavigation;
55 public class ClusterNavigationService extends IInstrumentClusterNavigation.Stub
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeInstrumentClusterNavigation.java19 import android.car.cluster.renderer.IInstrumentClusterNavigation;
28 public class FakeInstrumentClusterNavigation extends IInstrumentClusterNavigation.Stub
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DInstrumentClusterServiceTest.java40 import android.car.cluster.renderer.IInstrumentClusterNavigation;
102 public IInstrumentClusterNavigation getNavigationService() { in getNavigationService()
331 extends IInstrumentClusterNavigation.Stub {