Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DFioBenchmarkTest.java534 private String mKeySuffix = null; field in FioBenchmarkTest
1019 String key = mKeySuffix == null ? test.mKey : test.mKey + mKeySuffix; in runTest()