Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/tests/hostside/java/android/virt/test/
H A DMicrodroidTestCase.java48 private static final String MICRODROID_SERIAL = "localhost:" + TEST_VM_ADB_PORT; field in MicrodroidTestCase
148 executeCommand("adb connect " + MICRODROID_SERIAL); in testMicrodroidBoots()
149 String prop = executeCommand("adb -s " + MICRODROID_SERIAL + " shell getprop ro.hardware"); in testMicrodroidBoots()
161 + MICRODROID_SERIAL in testMicrodroidBoots()
167 "adb -s " + MICRODROID_SERIAL + " shell cat /data/local/tmp/test.txt"); in testMicrodroidBoots()
180 executeCommand("adb disconnect " + MICRODROID_SERIAL); in setUp()
186 executeCommand("adb disconnect " + MICRODROID_SERIAL); in shutdown()