Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/tests/hostside/java/android/virt/test/
H A DMicrodroidTestCase.java47 private static final int TEST_VM_ADB_PORT = 8000; field in MicrodroidTestCase
48 private static final String MICRODROID_SERIAL = "localhost:" + TEST_VM_ADB_PORT;
144 + TEST_VM_ADB_PORT in testMicrodroidBoots()
171 executeCommand("adb -s localhost:" + TEST_VM_ADB_PORT + " shell reboot"); in testMicrodroidBoots()