Searched refs:device_serial (Results 1 – 5 of 5) sorted by relevance
/system/extras/pagecache/ |
D | pagecache.py | 175 def add_adb_serial(adb_command, device_serial): argument 176 if device_serial is not None: 177 adb_command.insert(1, device_serial) 181 def construct_adb_shell_command(shell_args, device_serial): argument 183 AdbUtils.add_adb_serial(adb_command, device_serial) 187 def run_adb_shell(shell_args, device_serial): argument 198 adb_command = AdbUtils.construct_adb_shell_command(shell_args, device_serial) 377 options.device_serial) 392 options.device_serial)
|
/system/core/fastboot/fuzzy_fastboot/ |
D | fixtures.cpp | 80 return android::base::StartsWith(device_serial, "tcp:"); in IsFastbootOverTcp() 128 return MatchFastboot(info, device_serial); in SetUp() 188 tcp::Connect(device_serial.substr(4), tcp::kDefaultPort, &error).release()); in ConnectTcpFastbootDevice() 212 return MatchFastboot(info, device_serial); in ReconnectFastbootDevice() 279 std::string FastBootTest::device_serial = ""; member in fastboot::FastBootTest
|
D | fixtures.h | 46 static std::string device_serial; variable
|
D | main.cpp | 167 return FastBootTest::MatchFastboot(info, fastboot::FastBootTest::device_serial); in TEST() 1890 fastboot::FastBootTest::device_serial = args.at("serial"); in main() 1898 … return fastboot::FastBootTest::MatchFastboot(info, fastboot::FastBootTest::device_serial); in main()
|
/system/update_engine/scripts/ |
D | update_device.py | 359 def __init__(self, device_serial=None): argument 365 self._device_serial = device_serial
|