Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java39 private StringBuilder mCachedCommandPrepend; field in SimplePerfUtil
44 mCachedCommandPrepend = null; in SimplePerfUtil()
80 mCachedCommandPrepend = null; in setArgumentList()
146 if (mCachedCommandPrepend == null) { in commandPrependPreparer()
154 mCachedCommandPrepend = sb; in commandPrependPreparer()
156 return mCachedCommandPrepend; in commandPrependPreparer()