Searched refs:mBenchmarkResult (Results 1 – 2 of 2) sorted by relevance
54 private TextView mBenchmarkResult; field in LevelsRSActivity167 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText); in onCreate()168 mBenchmarkResult.setText("Result: not run"); in onCreate()209 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()