Searched refs:timeout_values (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/site_tests/bluetooth_AdapterSAHealth/ |
D | bluetooth_AdapterSAHealth.py | 183 result = self.test_discoverable_timeout(timeout_values=[0, 7, 15]) 189 result = self.test_pairable_timeout(timeout_values=[0, 7, 15])
|
/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/unit/ |
D | _simple_stubs_test.py | 445 timeout_values = [0.5, not_present] 448 for timeout in timeout_values:
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 1856 timeout_values = [0, 60, 180]): argument 1975 for timeout in timeout_values: 1992 def test_discoverable_timeout(self, timeout_values = [0, 60, 180]): argument 2000 timeout_values = timeout_values) 2003 def test_pairable_timeout(self, timeout_values = [0, 60, 180]): argument 2011 timeout_values = timeout_values)
|