Home
last modified time | relevance | path

Searched defs:force (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dagsa_acts.py50 def _initiate_agsa_ota(self, file_path, destination=None, force=True): argument
118 force=True, timeout=660): argument
128 def install_agsa(self, version, force=False): argument
Dapollo_acts.py547 force=True, argument
/tools/test/connectivity/acts/framework/acts/libs/utils/
Dtimer.py28 def start_timer(self, record_ids='Default', force=False): argument
53 def stop_timer(self, record_ids=None, force=False): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java568 public CommandResult remove(String pattern, boolean force) throws IOException { in remove()
618 public CommandResult remove(Path path, boolean force) throws IOException { in remove()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1037 protected void setForceSkipSystemProps(boolean force) { in setForceSkipSystemProps()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java3624 int apiLevel, boolean wait, boolean force, String expectedCommand) throws Exception { in verifyStopUserSuccess()