Home
last modified time | relevance | path

Searched defs:onInstrumentClusterStart (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car-lib/src/android/car/navigation/
DCarNavigationManager.java45 void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster); in onInstrumentClusterStart() method
275 public void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentClusterInfo) { in onInstrumentClusterStart() method in CarNavigationManager.ICarNavigationEventListenerImpl
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
DCarNavigationManagerEmbedded.java124 public void onInstrumentClusterStart( in onInstrumentClusterStart() method in CarNavigationManagerEmbedded.CarNavigationListenerProxy
DCarNavigationManager.java34 void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster); in onInstrumentClusterStart() method
/packages/services/Car/service/src/com/android/car/cluster/
DCarNavigationService.java229 public boolean onInstrumentClusterStart(CarNavigationInstrumentCluster clusterInfo) { in onInstrumentClusterStart() method in CarNavigationService.CarNavigationEventListener