Searched refs:fakeVehicleStub (Results 1 – 1 of 1) sorted by relevance
171 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithoutCustomConfig() local174 HalPropConfig[] allPropConfig = fakeVehicleStub.getAllPropConfigs(); in testGetAllPropConfigsWithoutCustomConfig()180 expect.that(fakeVehicleStub.isValid()).isTrue(); in testGetAllPropConfigsWithoutCustomConfig()194 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithCustomConfigHasExistingPropId() local196 HalPropConfig[] allPropConfig = fakeVehicleStub.getAllPropConfigs(); in testGetAllPropConfigsWithCustomConfigHasExistingPropId()214 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId() local216 HalPropConfig[] allPropConfig = fakeVehicleStub.getAllPropConfigs(); in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId()232 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithSpecialProp() local235 HalPropConfig propConfig = getPropConfigByPropId(fakeVehicleStub.getAllPropConfigs(), in testGetAllPropConfigsWithSpecialProp()261 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, mParser, in testNoCustomFile() local[all …]