HomeSort by relevance Sort by last modified time
    Searched refs:onInstrumentClusterStart (Results 1 - 7 of 7) sorted by null

  /packages/services/Car/car-lib/src/android/car/navigation/
ICarNavigationEventListener.aidl 25 void onInstrumentClusterStart(in CarNavigationInstrumentCluster instrumentCluster) = 0;
CarNavigationManager.java 45 void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster);
96 Log.d(TAG, "mCarNavigationListener.onInstrumentClusterStart()");
97 mCarNavigationListener.onInstrumentClusterStart(mInstrumentCluster);
275 public void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentClusterInfo) {
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationManager.java 34 void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster);
CarNavigationManagerEmbedded.java 124 public void onInstrumentClusterStart(
126 mListener.onInstrumentClusterStart(convert(instrumentCluster));
  /packages/services/Car/service/src/com/android/car/cluster/
CarNavigationService.java 141 return eventListener.onInstrumentClusterStart(mInstrumentClusterInfo);
210 listener.onInstrumentClusterStart(mInstrumentClusterInfo);
229 public boolean onInstrumentClusterStart(CarNavigationInstrumentCluster clusterInfo) {
231 listener.onInstrumentClusterStart(clusterInfo);
233 Log.e(TAG, "Unable to call onInstrumentClusterStart for listener: " + listener, e);
  /packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarNavigationManagerTest.java 63 public void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster) {
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarNavigationManagerTest.java 57 public void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster) {

Completed in 1812 milliseconds