Home
last modified time | relevance | path

Searched refs:addIntValue (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java129 .addIntValue(action, keyCode, 0, 0) in injectKey()
146 .addIntValue(0, 0, 0, 0)
219 .addIntValue(mCurrentFocusState, mCurrentFocusStreams, mCurrentFocusExtState, 0) in injectCurrentStateToHal()
227 .addIntValue(mCurrentFocusState, mCurrentFocusStreams, mCurrentFocusExtState, 0) in onPropertyGet()
239 .addIntValue(stream, 20) in onPropertyGet()
266 .addIntValue(state, volume, state) in onPropertySet()
280 .addIntValue(stream, volume, 0) in onPropertyGet()
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarSensorManagerTest.java46 .addIntValue(0) in configureMockedHal()
62 .addIntValue(0) in configureMockedHal()
66 .addIntValue(0) in configureMockedHal()
70 .addIntValue(0) in configureMockedHal()
74 .addIntValue(CarSensorEvent.IGNITION_STATE_ACC) in configureMockedHal()
271 .addIntValue(halIgnitionState) in injectIgnitionStateAndAssert()
290 .addIntValue(0xdeadbeef) in testIgnitionEvents_Bad()
329 .addIntValue(0xdeadbeef) in testGear()
345 .addIntValue(halValue) in injectGearEventAndAssert()
DCarVolumeServiceTest.java282 .addIntValue(stream, volume, state) in onPropertySet()
292 .addIntValue(stream, volume, 0) in onPropertyGet()
342 .addIntValue(0, 0, 0, 0)
384 .addIntValue(-1) in startVolumeEmulation()
399 .addIntValue(actionDown) in sendVolumeKey()
411 .addIntValue(actionUp) in sendVolumeKey()
DCarAudioFocusSystemSoundTest.java80 .addIntValue(-1) in configureMockedHal()
100 .addIntValue(new int[] { active ? 1 : 0, streamNumber }) in notifyStreamState()
335 .addIntValue(state, streams, extFocus, 0) in sendAudioFocusState()
379 .addIntValue(state, streams, extFocus, 0) in onPropertyGet()
DCarPowerManagementTest.java51 .addIntValue(VehicleApPowerBootupReason.USER_POWER_ON) in setupPowerPropertyAndStart()
135 .addIntValue(mPowerState, mPowerParam) in onPropertyGet()
186 .addIntValue(state, param) in sendPowerState()
DAudioRoutingPolicyTest.java72 .addIntValue(0) in testHwVariant0()
85 .addIntValue(-1) in testHwVariantForTest()
DCarProjectionManagerTest.java116 .addIntValue(values) in sendVoiceKey()
129 .addIntValue(upValues) in sendVoiceKey()
DCarRadioManagerTest.java95 .addIntValue( in onPropertyGet()
181 .addIntValue( in testSubscribe()
DSystemActivityMonitoringServiceTest.java58 .addIntValue(0) in init()
208 .addIntValue(mDrivingStatus) in onPropertyGet()
DCarCabinManagerTest.java137 .addIntValue(1) in testEvent()
151 .addIntValue(75) in testEvent()
DCarAudioFocusTest.java77 .addIntValue(-1) in configureMockedHal()
565 .addIntValue(state, streams, extFocus, 0) in sendAudioFocusState()
603 .addIntValue(state, streams, extFocus, 0) in onPropertyGet()
DCarHvacManagerTest.java160 .addIntValue(1) in testEvent()
186 .addIntValue(4) in testEvent()
DCarAudioExtFocusTest.java89 .addIntValue(-1) in configureMockedHal()
921 .addIntValue(state, streams, extFocus, 0) in sendAudioFocusState()
961 .addIntValue(state, streams, extFocus, 0) in onPropertyGet()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2ePerformanceTest.java423 .addIntValue(CMD_START, propId) in start()
437 .addIntValue(CMD_STOP, propId) in stop()
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DVehiclePropValueBuilder.java78 public VehiclePropValueBuilder addIntValue(int... values) { in addIntValue() method in VehiclePropValueBuilder
DDiagnosticEventBuilder.java156 mIntValues.forEach(propValueBuilder::addIntValue); in build()