Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DInstrumentation.java1974 Context instrContext, Context appContext, ComponentName component, in init() argument
1978 mInstrContext = instrContext; in init()
DActivityThread.java5797 final ContextImpl instrContext = ContextImpl.createAppContext(this, pi); in handleBindApplication() local
5800 final ClassLoader cl = instrContext.getClassLoader(); in handleBindApplication()
5810 mInstrumentation.init(this, instrContext, appContext, component, in handleBindApplication()