Searched refs:BenchmarkRegistry (Results 1 – 8 of 8) sorted by relevance
25 import com.android.benchmark.registry.BenchmarkRegistry;48 final int id = getIntent().getIntExtra(BenchmarkRegistry.EXTRA_ID, -1); in onCreate()55 mName = BenchmarkRegistry.getBenchmarkName(this, id); in onCreate()
32 import com.android.benchmark.registry.BenchmarkRegistry;84 String name = BenchmarkRegistry.getBenchmarkName(this, R.id.benchmark_overdraw); in onCreate()
35 import com.android.benchmark.registry.BenchmarkRegistry;128 String name = BenchmarkRegistry.getBenchmarkName(this, R.id.benchmark_bitmap_upload); in onCreate()
28 import com.android.benchmark.registry.BenchmarkRegistry;37 private final BenchmarkRegistry mRegistry;40 BenchmarkRegistry registry) { in BenchmarkListAdapter()
35 import com.android.benchmark.registry.BenchmarkRegistry;47 private BenchmarkRegistry mRegistry;62 mRegistry = new BenchmarkRegistry(this); in onCreate()
37 import com.android.benchmark.registry.BenchmarkRegistry;93 String testName = BenchmarkRegistry.getBenchmarkName(v.getContext(), in onListItemClick()317 intent.putExtra(BenchmarkRegistry.EXTRA_ID, id); in runBenchmarkForId()322 intent.putExtra(BenchmarkRegistry.EXTRA_ID, id); in runBenchmarkForId()415 name.setText(BenchmarkRegistry.getBenchmarkName( in getView()
30 import com.android.benchmark.registry.BenchmarkRegistry;
43 public class BenchmarkRegistry { class60 public BenchmarkRegistry(Context context) { in BenchmarkRegistry() method in BenchmarkRegistry