Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java631 ComponentName instrumentationName; field in ActivityThread.AppBindData
859 List<ProviderInfo> providers, ComponentName instrumentationName, in bindApplication() argument
900 data.instrumentationName = instrumentationName; in bindApplication()
5719 if (data.instrumentationName != null) { in handleBindApplication()
5722 .getInstrumentationInfo(data.instrumentationName, 0); in handleBindApplication()
5725 "Unable to find instrumentation info for: " + data.instrumentationName); in handleBindApplication()
5802 cl.loadClass(data.instrumentationName.getClassName()).newInstance(); in handleBindApplication()
5806 + data.instrumentationName + ": " + e.toString(), e); in handleBindApplication()
5868 + data.instrumentationName + ": " + e.toString(), e); in handleBindApplication()
/frameworks/base/config/
Dhiddenapi-private-dex.txt2280 Landroid/app/ActivityThread$AppBindData;->instrumentationName:Landroid/content/ComponentName;