Searched refs:mBenchmarkResult (Results 1 – 2 of 2) sorted by relevance
53 private TextView mBenchmarkResult; field in LevelsRSActivity166 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText); in onCreate()167 mBenchmarkResult.setText("Result: not run"); in onCreate()208 mBenchmarkResult.setText("Result: " + t + " ms"); in benchmark()
48 private TextView mBenchmarkResult; field in LevelsDalvikActivity154 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText); in onCreate()155 mBenchmarkResult.setText("Result: not run"); in onCreate()237 mBenchmarkResult.setText("Result: " + t + " ms"); in benchmark()