Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java30 import android.car.cluster.renderer.IInstrumentClusterNavigation;
105 private IInstrumentClusterNavigation mIInstrumentClusterNavigationFromRenderer;
107 private final IInstrumentClusterNavigation mIInstrumentClusterNavigationnWrapper =
108 new IInstrumentClusterNavigation.Stub() {
114 IInstrumentClusterNavigation navigationBinder = getNavigationBinder(
134 IInstrumentClusterNavigation navigationBinder = getNavigationBinder(
231 private IInstrumentClusterNavigation getNavigationBinder(boolean retryOnFail) { in getNavigationBinder()
239 IInstrumentClusterNavigation navigationBinder = null; in getNavigationBinder()
412 public IInstrumentClusterNavigation getNavigationService() { in getNavigationService()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DInstrumentClusterServiceTest.java31 import android.car.cluster.renderer.IInstrumentClusterNavigation;
78 public IInstrumentClusterNavigation getNavigationService() {
165 IInstrumentClusterNavigation navigationService = mService.getNavigationService(); in testNoConfig()
170 IInstrumentClusterNavigation navigationService = mService.getNavigationService(); in checkValidClusterNavigation()
182 extends IInstrumentClusterNavigation.Stub {
/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.java496 public IInstrumentClusterNavigation getNavigationService() throws RemoteException { in getNavigationService()
517 private class NavigationBinder extends IInstrumentClusterNavigation.Stub {
/packages/services/Car/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/service/src/com/android/car/
DICarImpl.java25 import android.car.cluster.renderer.IInstrumentClusterNavigation;
482 IInstrumentClusterNavigation navService = in getCarService()