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.java68 private Instrumentation mCachedInstrumentation; field in CameraPerformanceActivity
297 mCachedInstrumentation = InstrumentationRegistry.getInstrumentation(); in onResume()
315 if ((mCachedInstrumentation != null) && (mCachedInstrumentationArgs != null)) { in onPause()
316 InstrumentationRegistry.registerInstance(mCachedInstrumentation, in onPause()