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.java108 private List<String> mPostBootCommands = new ArrayList<String>(); field in TestDeviceOptions
289 return mPostBootCommands; in getPostBootCommands()