Lines Matching refs:CarDiagnosticEvent
304 public final class CarDiagnosticEvent implements android.os.Parcelable {
305 ctor public CarDiagnosticEvent(android.os.Parcel);
307 …method @android.car.diagnostic.CarDiagnosticEvent.FuelSystemStatus.Status @Nullable public Integer…
308 …method @android.car.diagnostic.CarDiagnosticEvent.FuelType.Type @Nullable public Integer getFuelTy…
309 …method @Nullable public android.car.diagnostic.CarDiagnosticEvent.CommonIgnitionMonitors getIgniti…
310 …method @android.car.diagnostic.CarDiagnosticEvent.SecondaryAirStatus.Status @Nullable public Integ…
323 …blic static final android.os.Parcelable.Creator<android.car.diagnostic.CarDiagnosticEvent> CREATOR;
329 public static class CarDiagnosticEvent.Builder {
330 method @Deprecated public android.car.diagnostic.CarDiagnosticEvent.Builder atTimestamp(long);
331 method public android.car.diagnostic.CarDiagnosticEvent build();
332 method public static android.car.diagnostic.CarDiagnosticEvent.Builder newFreezeFrameBuilder();
333 method public static android.car.diagnostic.CarDiagnosticEvent.Builder newLiveFrameBuilder();
334 method public android.car.diagnostic.CarDiagnosticEvent.Builder setDtc(String);
335 method public android.car.diagnostic.CarDiagnosticEvent.Builder setFloatValue(int, float);
336 method public android.car.diagnostic.CarDiagnosticEvent.Builder setIntValue(int, int);
337 method public android.car.diagnostic.CarDiagnosticEvent.Builder setTimeStamp(long);
338 method @Deprecated public android.car.diagnostic.CarDiagnosticEvent.Builder withDtc(String);
339 …method @Deprecated public android.car.diagnostic.CarDiagnosticEvent.Builder withFloatValue(int, fl…
340 …method @Deprecated public android.car.diagnostic.CarDiagnosticEvent.Builder withIntValue(int, int);
343 public static class CarDiagnosticEvent.CommonIgnitionMonitors {
344 …method @Nullable public android.car.diagnostic.CarDiagnosticEvent.CompressionIgnitionMonitors asCo…
345 …method @Nullable public android.car.diagnostic.CarDiagnosticEvent.SparkIgnitionMonitors asSparkIgn…
346 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor components;
347 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor fuelSystem;
348 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor misfire;
351 …public static final class CarDiagnosticEvent.CompressionIgnitionMonitors extends android.car.diagn…
352 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor EGROrVVT;
353 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor NMHCCatalyst;
354 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor NOxSCR;
355 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor PMFilter;
356 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor boostPressure;
357 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor exhaustGasSensor;
360 public static final class CarDiagnosticEvent.FuelSystemStatus {
368 …CarDiagnosticEvent.FuelSystemStatus.OPEN_INSUFFICIENT_ENGINE_TEMPERATURE, android.car.diagnostic.C…
371 public static final class CarDiagnosticEvent.FuelType {
398 …CarDiagnosticEvent.FuelType.NOT_AVAILABLE, android.car.diagnostic.CarDiagnosticEvent.FuelType.GASO…
401 public static final class CarDiagnosticEvent.IgnitionMonitor {
406 public static final class CarDiagnosticEvent.SecondaryAirStatus {
413 …CarDiagnosticEvent.SecondaryAirStatus.UPSTREAM, android.car.diagnostic.CarDiagnosticEvent.Secondar…
416 …public static final class CarDiagnosticEvent.SparkIgnitionMonitors extends android.car.diagnostic.…
417 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor ACRefrigerant;
418 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor EGR;
419 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor catalyst;
420 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor evaporativeSystem;
421 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor heatedCatalyst;
422 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor oxygenSensor;
423 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor oxygenSensorHeater;
424 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor secondaryAirSystem;
429 method @Nullable public android.car.diagnostic.CarDiagnosticEvent getFreezeFrame(long);
431 method @Nullable public android.car.diagnostic.CarDiagnosticEvent getLatestLiveFrame();
448 method public void onDiagnosticEvent(android.car.diagnostic.CarDiagnosticEvent);