Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DInstrumentation.java2384 Context instrContext, Context appContext, ComponentName component, in init() argument
2388 mInstrContext = instrContext; in init()
DActivityThread.java7735 final ContextImpl instrContext = in initInstrumentation() local
7741 final ClassLoader cl = instrContext.getClassLoader(); in initInstrumentation()
7751 mInstrumentation.init(this, instrContext, appContext, component, in initInstrumentation()