Searched refs:instrumentCluster (Results 1 – 6 of 6) sorted by relevance
45 void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster); in onInstrumentClusterStart() argument257 private void handleOnStart(CarNavigationInstrumentCluster instrumentCluster) { in handleOnStart() argument258 Log.d(TAG, "onStart(" + instrumentCluster + ")"); in handleOnStart()259 mInstrumentCluster = new CarNavigationInstrumentCluster(instrumentCluster); in handleOnStart()
25 void onInstrumentClusterStart(in CarNavigationInstrumentCluster instrumentCluster) = 0; field
63 public void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster) { in testStart()66 assertFalse(instrumentCluster.supportsCustomImages()); in testStart()67 assertEquals(1000, instrumentCluster.getMinIntervalMs()); in testStart()
57 public void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster) { in testStart()60 assertFalse(instrumentCluster.supportsCustomImages()); in testStart()61 assertEquals(1000, instrumentCluster.getMinIntervalMs()); in testStart()
125 android.car.navigation.CarNavigationInstrumentCluster instrumentCluster) { in onInstrumentClusterStart() argument126 mListener.onInstrumentClusterStart(convert(instrumentCluster)); in onInstrumentClusterStart()
34 void onInstrumentClusterStart(CarNavigationInstrumentCluster instrumentCluster); in onInstrumentClusterStart() argument