Home
last modified time | relevance | path

Searched refs:getActiveInstrumentation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java461 if (r != null && r.getActiveInstrumentation() != null) { in crashApplicationInner()
DProcessRecord.java1243 ActiveInstrumentation getActiveInstrumentation() { in getActiveInstrumentation() method in ProcessRecord
DActivityManagerService.java3611 + " running instrumentation " + app.getActiveInstrumentation().mClass); in handleAppDiedLocked()
3730 boolean doLowMem = app.getActiveInstrumentation() == null; in appDiedLocked()
4919 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in attachApplicationLocked()
4987 i >= 0 && app.getActiveInstrumentation() == null; i--) { in attachApplicationLocked()
5040 final ActiveInstrumentation instr2 = app.getActiveInstrumentation(); in attachApplicationLocked()
8096 if (proc.getActiveInstrumentation() == null in setUserIsMonkey()
8097 || proc.getActiveInstrumentation().mUiAutomationConnection == null) { in setUserIsMonkey()
15827 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in addInstrumentationResultsLocked()
15863 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in finishInstrumentationLocked()
18556 if (proc.getActiveInstrumentation() != null) { in inputDispatchingTimedOut()
DOomAdjuster.java875 } else if (app.getActiveInstrumentation() != null) { in computeOomAdjLocked()
/frameworks/base/services/
Dart-profile3507 HSPLcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveIn…