Searched refs:hw_customize (Results 1 – 7 of 7) sorted by relevance
216 mock_spec = mock.Mock(hw_customize=True, gpu='off',222 mock_spec = mock.Mock(hw_customize=True, gpu=None, hw_property={})
296 if not avd_spec.hw_customize:
546 hw_customize=False,575 hw_customize=True,
851 if avd_spec.hw_customize or not config:
209 self._mock_avd_spec.hw_customize = True
294 if avd_spec.hw_customize:
825 def hw_customize(self): member in AVDSpec