Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/diagnostic/
DDiagnosticTestFragment.java57 public void onDiagnosticEvent(CarDiagnosticEvent carDiagnosticEvent) { in onDiagnosticEvent() argument
58 mTextView.post(() -> mTextView.setText(carDiagnosticEvent.toString())); in onDiagnosticEvent()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticManager.java113 void onDiagnosticEvent(CarDiagnosticEvent carDiagnosticEvent); in onDiagnosticEvent() argument
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2235 method TIRAMISU_0 void onDiagnosticEvent(CarDiagnosticEvent carDiagnosticEvent);
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt413 Missing nullability on parameter `carDiagnosticEvent` in method `onDiagnosticEvent`