Searched refs:tryRunOnMicrodroid (Results 1 – 2 of 2) sorted by relevance
56 public String tryRunOnMicrodroid(@Nonnull final String microdroidSerial, String... cmd) { in tryRunOnMicrodroid() method in MicrodroidHelper
134 assertNull(microdroidHelper.tryRunOnMicrodroid(microdroid.getSerialNumber(), "echo true")); in testStartAndShutdownMicrodroid()