Searched refs:getActiveInstrumentation (Results 1 – 5 of 5) sorted by relevance
461 if (r != null && r.getActiveInstrumentation() != null) { in crashApplicationInner()
1243 ActiveInstrumentation getActiveInstrumentation() { in getActiveInstrumentation() method in ProcessRecord
3611 + " 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()
875 } else if (app.getActiveInstrumentation() != null) { in computeOomAdjLocked()
3507 HSPLcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveIn…