Home
last modified time | relevance | path

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

/tools/asuite/atest/
Datest_main.py1377 return _requires_device_update(
1451 return _requires_device_update(self._test_runner_invocations)
1476 def _requires_device_update(invocations: List[TestRunnerInvocation]) -> bool: function