Searched refs:isVhalPropertyAvailable (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.car.vehiclehal.test.Utils.isVhalPropertyAvailable;81 return isVhalPropertyAvailable(mVehicle, VehicleProperty.OBD2_FREEZE_FRAME) && in isFreezeFrameAvailable()82 isVhalPropertyAvailable(mVehicle, VehicleProperty.OBD2_FREEZE_FRAME_INFO); in isFreezeFrameAvailable()
19 import static com.android.car.vehiclehal.test.Utils.isVhalPropertyAvailable;62 return isVhalPropertyAvailable(mVehicle, VehicleProperty.OBD2_LIVE_FRAME); in isLiveFrameAvailable()
43 static boolean isVhalPropertyAvailable(IVehicle vehicle, int prop) throws RemoteException { in isVhalPropertyAvailable() method in Utils