Searched refs:VehicleHwKeyInputAction (Results 1 – 3 of 3) sorted by relevance
39 import com.android.car.vehiclenetwork.VehicleNetworkConsts.VehicleHwKeyInputAction;129 int[] values = { isDown ? VehicleHwKeyInputAction.VEHICLE_HW_KEY_INPUT_ACTION_DOWN : in handleTouchEvent()130 VehicleHwKeyInputAction.VEHICLE_HW_KEY_INPUT_ACTION_UP, keyCode, 0, 0 }; in handleTouchEvent()
24 import com.android.car.vehiclenetwork.VehicleNetworkConsts.VehicleHwKeyInputAction;106 VehicleHwKeyInputAction.VEHICLE_HW_KEY_INPUT_ACTION_DOWN) ? in handleHalEvents()
562 public static class VehicleHwKeyInputAction { class in VehicleNetworkConsts