Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java133 private List<String> mPostBootCommands = new ArrayList<String>(); field in TestDeviceOptions
421 return mPostBootCommands; in getPostBootCommands()