Home
last modified time | relevance | path

Searched defs:onDiagnosticEvent (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticManager.java110 void onDiagnosticEvent(CarDiagnosticEvent carDiagnosticEvent); in onDiagnosticEvent() method
366 void onDiagnosticEvent(final CarDiagnosticEvent event) { in onDiagnosticEvent() method in CarDiagnosticManager.CarDiagnosticListeners
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/diagnostic/
DDiagnosticTestFragment.java54 public void onDiagnosticEvent(CarDiagnosticEvent carDiagnosticEvent) { in onDiagnosticEvent() method in DiagnosticTestFragment.TestListener
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarDiagnosticTest.java73 public void onDiagnosticEvent(CarDiagnosticEvent event) { in onDiagnosticEvent() method in CarDiagnosticTest.CarDiagnosticListner
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DLiveDataActivity.java167 public void onDiagnosticEvent(CarDiagnosticEvent event) { in onDiagnosticEvent() method in LiveDataActivity.CarDiagnosticListener
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java807 public void onDiagnosticEvent(CarDiagnosticEvent event) { in onDiagnosticEvent() method in CarDiagnosticManagerTest.Listener