Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DInstrumentation.java2083 Context instrContext, Context appContext, ComponentName component, in init() argument
2087 mInstrContext = instrContext; in init()
H A DActivityThread.java6906 final ContextImpl instrContext = ContextImpl.createAppContext(this, pi, in initInstrumentation() local
6910 final ClassLoader cl = instrContext.getClassLoader(); in initInstrumentation()
6920 mInstrumentation.init(this, instrContext, appContext, component, in initInstrumentation()