Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java114 ComponentName instrumentationClass;// class installed to instrument app field in ProcessRecord
225 if (instrumentationClass != null || instrumentationProfileFile != null in dump()
228 pw.print(instrumentationClass); in dump()
DActivityManagerService.java3133 if (app == null || app.instrumentationClass == null) { in startHomeActivityLocked()
4569 if (app.instrumentationClass != null) { in handleAppDiedLocked()
4571 + " running instrumentation " + app.instrumentationClass); in handleAppDiedLocked()
4701 boolean doLowMem = app.instrumentationClass == null; in appDiedLocked()
5975 if (app.instrumentationClass != null) { in attachApplicationLocked()
5976 ensurePackageDexOpt(app.instrumentationClass.getPackageName()); in attachApplicationLocked()
5988 thread.bindApplication(processName, appInfo, providers, app.instrumentationClass, in attachApplicationLocked()
10359 if (r != null && (r.instrumentationClass != null || r.usingWrapper)) {
10420 if (proc.instrumentationClass != null) {
12061 if (r != null && r.instrumentationClass != null) {
[all …]