Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticHalServiceTest.java147 .withIntValue(1, TEST_INT32_VALUE) in getTestFreezeEvent()
155 .withIntValue(1, TEST_INT32_VALUE) in getTestLiveEvent()
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java442 builder.withIntValue(i, value.getInt32Value(i)); in createCarDiagnosticEvent()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java247 public Builder withIntValue(int key, int value) { in withIntValue() method in CarDiagnosticEvent.Builder
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2345 method TIRAMISU_0 Builder withIntValue(int key, int value);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt695 …method @Deprecated public android.car.diagnostic.CarDiagnosticEvent.Builder withIntValue(int, int);
/packages/services/Car/car-lib/api/
Dsystem-current.txt695 …method @Deprecated public android.car.diagnostic.CarDiagnosticEvent.Builder withIntValue(int, int);
Dtest-current.txt767 …method @Deprecated public android.car.diagnostic.CarDiagnosticEvent.Builder withIntValue(int, int);