Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java288 public List<String> getPostBootCommands() { in getPostBootCommands() method in TestDeviceOptions
DNativeDevice.java2575 for (String command : mOptions.getPostBootCommands()) { in postBootSetup()