Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
DCameraPerformanceActivity.java63 private Bundle mCachedInstrumentationArgs; field in CameraPerformanceActivity
267 mCachedInstrumentationArgs = InstrumentationRegistry.getArguments(); in onResume()
284 if ((mCachedInstrumentation != null) && (mCachedInstrumentationArgs != null)) { in onPause()
286 mCachedInstrumentationArgs); in onPause()