Home
last modified time | relevance | path

Searched refs:INTENT_EXTRA_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceActivity.java42 mTimeout = intent.getIntExtra(GLActivityIntentKeys.INTENT_EXTRA_TIMEOUT, 0); in onCreate()
47 intent.putExtra(GLActivityIntentKeys.INTENT_EXTRA_TIMEOUT, mTimeout); in onCreate()
DGLReferenceBenchmark.java45 intent.putExtra(GLActivityIntentKeys.INTENT_EXTRA_TIMEOUT, TIMEOUT); in testReferenceBenchmark()
DGLGameActivity.java58 mTimeout = intent.getIntExtra(GLActivityIntentKeys.INTENT_EXTRA_TIMEOUT, 1000000); in onCreate()
/cts/tests/openglperf2/src/android/opengl2/cts/
DGLActivityIntentKeys.java36 public final static String INTENT_EXTRA_TIMEOUT = "timeout"; field in GLActivityIntentKeys
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveBenchmark.java129 intent.putExtra(GLActivityIntentKeys.INTENT_EXTRA_TIMEOUT, timeout); in runBenchmark()
DGLPrimitiveActivity.java56 mTimeout = intent.getIntExtra(GLActivityIntentKeys.INTENT_EXTRA_TIMEOUT, 0); in onCreate()