Searched refs:SimplePerfUtil (Results 1 – 3 of 3) sorted by relevance
21 import com.android.tradefed.util.SimplePerfUtil.SimplePerfType;38 private SimplePerfUtil spu = null;48 spu = SimplePerfUtil.newInstance(mockDevice, SimplePerfType.STAT); in testCommandStringPreparerWithoutParams()56 spu = SimplePerfUtil.newInstance(mockDevice, SimplePerfType.RECORD); in testCommandStringPreparerWithParams()71 spu = SimplePerfUtil.newInstance(mockDevice, SimplePerfType.LIST); in testCommandStringPreparerWithNullCommand()79 spu = SimplePerfUtil.newInstance(null, SimplePerfType.STAT); in testConstructorWithNullParameter()
32 public class SimplePerfUtil { class41 private SimplePerfUtil(ITestDevice device, SimplePerfType type) { in SimplePerfUtil() method in SimplePerfUtil56 public static SimplePerfUtil newInstance(ITestDevice device, SimplePerfType type) in newInstance()61 return new SimplePerfUtil(device, type); in newInstance()
30 import com.android.tradefed.util.SimplePerfUtil;31 import com.android.tradefed.util.SimplePerfUtil.SimplePerfType;115 SimplePerfUtil mSpUtil = null;378 mSpUtil = SimplePerfUtil.newInstance(mTestDevice, SimplePerfType.STAT); in setUp()