Searched refs:getActiveInstrumentation (Results 1 – 11 of 11) sorted by relevance
728 return (callerApp != null) ? (callerApp.getActiveInstrumentation() != null) : false; in isCallerInstrumented()
520 didSomething |= setProcessInstrumented(app.getActiveInstrumentation() != null); in setProcessAndUidState()
1414 && app.getActiveInstrumentation() == null) { in updateAndTrimProcessLSP()1929 } else if (app.getActiveInstrumentation() != null) { in computeOomAdjLSP()3232 if (app.getActiveInstrumentation() != null) { in getDefaultCapability()
637 if (r != null && r.getActiveInstrumentation() != null) { in crashApplicationInner()
1001 ActiveInstrumentation getActiveInstrumentation() { in getActiveInstrumentation() method in ProcessRecord
3442 + " running instrumentation " + app.getActiveInstrumentation().mClass); in handleAppDiedLocked()3527 boolean doLowMem = app.getActiveInstrumentation() == null; in appDiedLocked()4063 final ActiveInstrumentation instr = caller.getActiveInstrumentation(); in getProcessMemoryInfo()4534 if (app.getActiveInstrumentation() != null) { in handleProcessStartOrKillTimeoutLocked()4751 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in attachApplicationLocked()4800 final ActiveInstrumentation instr2 = app.getActiveInstrumentation(); in attachApplicationLocked()7675 if (proc.getActiveInstrumentation() == null in setUserIsMonkey()7676 || proc.getActiveInstrumentation().mUiAutomationConnection == null) { in setUserIsMonkey()16633 return process != null && process.getActiveInstrumentation() != null; in hasActiveInstrumentationLocked()16808 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in addInstrumentationResultsLocked()[all …]
2451 i >= 0 && app.getActiveInstrumentation() == null; i--) { in setupProfilerInfoLocked()
8459 ActiveInstrumentation instr = targetProcess.getActiveInstrumentation(); in shouldAllowFgsWhileInUsePermissionLocked()8724 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in shouldAllowFgsStartForegroundNoBindingCheckLocked()
412 doReturn(mock(ActiveInstrumentation.class)).when(app).getActiveInstrumentation(); in testUpdateOomAdj_DoOne_RunningInstrumentation()415 doCallRealMethod().when(app).getActiveInstrumentation(); in testUpdateOomAdj_DoOne_RunningInstrumentation()
586 Lcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveInstr…
6784 PLcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveInst…