Searched refs:carDiagnosticEvent (Results 1 – 2 of 2) sorted by relevance
54 public void onDiagnosticEvent(CarDiagnosticEvent carDiagnosticEvent) { in onDiagnosticEvent() argument55 mTextView.post(() -> mTextView.setText(carDiagnosticEvent.toString())); in onDiagnosticEvent()
112 void onDiagnosticEvent(final CarDiagnosticEvent carDiagnosticEvent); in onDiagnosticEvent() argument