Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
DCameraPerformanceActivity.java62 private Instrumentation mCachedInstrumentation; field in CameraPerformanceActivity
266 mCachedInstrumentation = InstrumentationRegistry.getInstrumentation(); in onResume()
284 if ((mCachedInstrumentation != null) && (mCachedInstrumentationArgs != null)) { in onPause()
285 InstrumentationRegistry.registerInstance(mCachedInstrumentation, in onPause()