Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/build/fuchsia/test/
H A Drun_test.py31 from test_connection import test_connection, test_device_connection
122 test_device_connection(runner_args.target_id)
H A Dtest_connection.py39 def test_device_connection(target_id: Optional[str]) -> None: function
/aosp_15_r20/external/angle/build/fuchsia/test/
H A Drun_test.py34 from test_connection import test_connection, test_device_connection
137 test_device_connection(runner_args.target_id)
H A Dtest_connection.py33 def test_device_connection(target_id: Optional[str]) -> None: function