Home
last modified time | relevance | path

Searched refs:carDiagnosticEvent (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/diagnostic/
DDiagnosticTestFragment.java54 public void onDiagnosticEvent(CarDiagnosticEvent carDiagnosticEvent) { in onDiagnosticEvent() argument
55 mTextView.post(() -> mTextView.setText(carDiagnosticEvent.toString())); in onDiagnosticEvent()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticManager.java110 void onDiagnosticEvent(CarDiagnosticEvent carDiagnosticEvent); in onDiagnosticEvent() argument
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt321 Missing nullability on parameter `carDiagnosticEvent` in method `onDiagnosticEvent`