Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/policy_DeviceAutoUpdateDisabled/
Dpolicy_DeviceAutoUpdateDisabled.py21 def _test_update_disabled(self, should_update): argument
39 if should_update:
42 if not should_update:
48 if should_update and (not update_time or update_time < start_time):
50 if not should_update and update_time and update_time >= start_time:
70 self._test_update_disabled(should_update=case is not True)