Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 27) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_ap_preset.py58 mode = None
74 mode = hostapd_constants.MODE_11N_MIXED
87 mode=mode,
97 mode = hostapd_constants.MODE_11AC_MIXED
134 mode=mode,
Dhostapd_config.py304 mode=None, argument
406 if self._n_capabilities and mode is None:
407 mode = hostapd_constants.MODE_11N_PURE
408 self._mode = mode
/tools/test/connectivity/acts/tests/google/net/
DDnsOverTlsTest.py136 mode = self.dut.droid.getPrivateDnsMode()
137 asserts.assert_true(mode == dns_mode,
286 mode = self.dut.droid.getPrivateDnsMode()
289 mode == PRIVATE_DNS_MODE_STRICT and specifier == DNS_QUAD9,
338 mode = self.dut.droid.getPrivateDnsMode()
339 asserts.assert_true(mode == PRIVATE_DNS_MODE_OPPORTUNISTIC,
365 mode = self.dut.droid.getPrivateDnsMode()
369 mode == PRIVATE_DNS_MODE_STRICT and specifier != hostname,
/tools/test/connectivity/acts/tests/google/wifi/aware/
DREADME.md19 in a particular mode and expect the tester to capture an over-the-air
45 * **aware_default_power_mode**: The power mode in which to run all tests. Options
49 * wifi_aware.json: Normal (high power/interactive) test mode.
50 * wifi_aware_non_interactive.json: Low power (non-interactive) test mode.
/tools/metalava/src/test/java/com/android/tools/metalava/
DApiFileTest.kt678 fun `Enum class, non-compat mode`() { in Enum class, non-compat mode()
757 fun `Do not include inherited public methods from private parents in compat mode`() { in Do not include inherited public methods from private parents in compat mode()
826 fun `Annotation class extraction, non-compat mode`() { in Annotation class extraction, non-compat mode()
1035 fun `Check all modifiers, non-compat mode`() { in Check all modifiers, non-compat mode()
1623 fun `Implementing package private class, non-compat mode`() { in Implementing package private class, non-compat mode()
/tools/test/connectivity/tools/lab/
DREADME.md61 recovery: list of phone sn's that are in recovery mode
62 question: list of phone sn's in ??? mode
63 device: list of phone sn's that are in device mode
/tools/test/connectivity/acts/tests/google/wifi/
DWifiThroughputStabilityTest.py216 def throughput_stability_test_func(self, channel, mode): argument
233 self.access_point.set_bandwidth(band, mode)
329 mode = test_params[7]
336 self.test_params["UDP_rates"][mode])
342 test_result = self.throughput_stability_test_func(channel, mode)
DWifiRvrTest.py321 def rvr_test_func(self, channel, mode): argument
355 self.access_point.set_bandwidth(band, mode)
384 mode = test_params[5]
389 self.test_params["UDP_rates"][mode])
395 rvr_result = self.rvr_test_func(channel, mode)
/tools/acloud/internal/lib/
Dandroid_build_client.py77 with io.FileIO(local_dest, mode="wb") as fh:
Dgstorage_client.py94 with io.FileIO(local_src, mode="rb") as fh:
Dandroid_build_client_test.py76 io.FileIO.assert_called_with(self.LOCAL_DEST, mode="wb")
Dgstorage_client_test.py84 io.FileIO.assert_called_with(self.LOCAL_SRC, mode="rb")
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationContext.java171 public void setRecoveryModeForAllDevices(RecoveryMode mode); in setRecoveryModeForAllDevices() argument
DInvocationContext.java284 public void setRecoveryModeForAllDevices(RecoveryMode mode) { in setRecoveryModeForAllDevices() argument
286 device.setRecoveryMode(mode); in setRecoveryModeForAllDevices()
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_verify.txt14 -v, --verbose Verbose output mode
Dhelp_sign.txt20 -v, --verbose Verbose output mode
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py589 def set_arb_combination_mode(self, mode, sg=1): argument
600 cmd = "SOUR{}:RAD:ARB:PCOM {}".format(sg, mode)
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Dsl4a_session.py191 return client_socket, client_socket.makefile(mode='brw')
/tools/test/connectivity/acts/
DREADME.md62 To enable USB debugging, first enable developer mode.
66 In developer mode:
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py452 def configure_power_setting(device, mode, name, value): argument
462 "cmd wifiaware native_api set-power %s %s %d" % (mode, name, value))
/tools/tradefederation/core/src/com/android/tradefed/device/
DINativeDevice.java994 public void setRecoveryMode(RecoveryMode mode); in setRecoveryMode() argument
DNativeDevice.java3189 public void setRecoveryMode(RecoveryMode mode) { in setRecoveryMode() argument
3191 mRecoveryMode = mode; in setRecoveryMode()
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py155 mode=hostapd_constants.MODE_11N_PURE,
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py2879 mode = ad.droid.imsGetWfcMode()
2880 if mode != wfc_mode:
2881 ad.log.error("WFC mode is %s, not in %s", mode, wfc_mode)
/tools/metalava/
DREADME.md71 * Compatibility with doclava1: in compat mode, metalava spits out the same

12