Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDiagnosticVerifier/src/com/google/android/car/diagnosticverifier/
DDiagnosticJsonConverter.java73 builder.withIntValue(diagnosticJson.intValues.keyAt(i), in readEventAndCanonicalize()
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java173 builder.withIntValue(i, value.value.int32Values.get(i)); in createCarDiagnosticEvent()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java223 public Builder withIntValue(int key, int value) { in withIntValue() method in CarDiagnosticEvent.Builder
/packages/services/Car/car-lib/api/
Dsystem-current.txt392 method public android.car.diagnostic.CarDiagnosticEvent.Builder withIntValue(int, int);