Searched refs:test_serial (Results 1 – 3 of 3) sorted by relevance
61 def _FastbootWrapperMock(test_serial): argument63 fastbooter.__str__ = mock.Mock(return_value=test_serial)64 fastbooter.Devices.return_value = [test_serial]68 def _DeviceUtilsMock(test_serial): argument70 device.__str__ = mock.Mock(return_value=test_serial)
182 def _AdbWrapperMock(test_serial, is_ready=True): argument184 adb.__str__ = mock.Mock(return_value=test_serial)185 adb.GetDeviceSerial.return_value = test_serial
45 static void test_serial(void) { in test_serial() function186 test_serial(); in main()