Home
last modified time | relevance | path

Searched defs:FastbootProxy (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py324 mock_makedirs, FastbootProxy, argument
369 self, mock_log_path, exe_mock, mock_makedirs, FastbootProxy, argument
387 def test_AndroidDevice_start_adb_logcat(self, proc_mock, FastbootProxy, argument
419 self, create_proc_mock, FastbootProxy, MockAdbProxy): argument
438 def test_AndroidDevice_stop_adb_logcat(self, proc_mock, FastbootProxy, argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dfastboot.py39 class FastbootProxy(): class