HomeSort by relevance Sort by last modified time
    Searched refs:INTENT_EXTRA_BENCHMARK_NAME (Results 1 - 3 of 3) sorted by null

  /cts/tests/openglperf2/src/android/opengl2/cts/
GLActivityIntentKeys.java 20 public final static String INTENT_EXTRA_BENCHMARK_NAME = "benchmark_name";
  /cts/tests/openglperf2/src/android/opengl2/cts/primitive/
GLPrimitiveBenchmark.java 125 intent.putExtra(GLActivityIntentKeys.INTENT_EXTRA_BENCHMARK_NAME, benchmarkName);
GLPrimitiveActivity.java 52 intent.getStringExtra(GLActivityIntentKeys.INTENT_EXTRA_BENCHMARK_NAME));

Completed in 267 milliseconds