Home
last modified time | relevance | path

Searched refs:onInstrumentClusterStart (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/service/src/com/android/car/cluster/
DCarNavigationService.java141 return eventListener.onInstrumentClusterStart(mInstrumentClusterInfo); in registerEventListener()
210 listener.onInstrumentClusterStart(mInstrumentClusterInfo); in onRendererInitSucceeded()
229 public boolean onInstrumentClusterStart(CarNavigationInstrumentCluster clusterInfo) { in onInstrumentClusterStart() method in CarNavigationService.CarNavigationEventListener
231 listener.onInstrumentClusterStart(clusterInfo); in onInstrumentClusterStart()
/packages/services/Car/car-lib/src/android/car/navigation/
DCarNavigationManager.java45 void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster); in onInstrumentClusterStart() method
97 mCarNavigationListener.onInstrumentClusterStart(mInstrumentCluster);
275 public void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentClusterInfo) { in onInstrumentClusterStart() method in CarNavigationManager.ICarNavigationEventListenerImpl
DICarNavigationEventListener.aidl25 void onInstrumentClusterStart(in CarNavigationInstrumentCluster instrumentCluster) = 0;
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
DCarNavigationManagerEmbedded.java124 public void onInstrumentClusterStart( in onInstrumentClusterStart() method in CarNavigationManagerEmbedded.CarNavigationListenerProxy
126 mListener.onInstrumentClusterStart(convert(instrumentCluster)); in onInstrumentClusterStart()
DCarNavigationManager.java34 void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster); in onInstrumentClusterStart() method
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
DCarNavigationManagerTest.java63 public void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster) { in testStart()
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
DCarNavigationManagerTest.java57 public void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster) { in testStart()