Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DInstrumentation.java1773 Context instrContext, Context appContext, ComponentName component, in init() argument
1777 mInstrContext = instrContext; in init()
DActivityThread.java4637 ContextImpl instrContext = ContextImpl.createAppContext(this, pi); in handleBindApplication() local
4640 java.lang.ClassLoader cl = instrContext.getClassLoader(); in handleBindApplication()
4649 mInstrumentation.init(this, instrContext, appContext, in handleBindApplication()