Searched refs:getActiveInstrumentation (Results 1 – 11 of 11) sorted by relevance
1380 && app.getActiveInstrumentation() == null) { in updateAndTrimProcessLSP()1858 } else if (app.getActiveInstrumentation() != null) { in computeOomAdjLSP()2864 if (app.getActiveInstrumentation() != null) { in getDefaultCapability()
455 didSomething |= setProcessInstrumented(app.getActiveInstrumentation() != null); in setProcessAndUidState()
921 ActiveInstrumentation getActiveInstrumentation() { in getActiveInstrumentation() method in ProcessRecord
869 return (callerApp != null) ? (callerApp.getActiveInstrumentation() != null) : false; in isCallerInstrumented()
637 if (r != null && r.getActiveInstrumentation() != null) { in crashApplicationInner()
3406 + " running instrumentation " + app.getActiveInstrumentation().mClass); in handleAppDiedLocked()3491 boolean doLowMem = app.getActiveInstrumentation() == null; in appDiedLocked()4014 final ActiveInstrumentation instr = caller.getActiveInstrumentation(); in getProcessMemoryInfo()4511 if (app.getActiveInstrumentation() != null) { in handleProcessStartOrKillTimeoutLocked()4730 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in attachApplicationLocked()4778 final ActiveInstrumentation instr2 = app.getActiveInstrumentation(); in attachApplicationLocked()7398 if (proc.getActiveInstrumentation() == null in setUserIsMonkey()15793 return process != null && process.getActiveInstrumentation() != null; in hasActiveInstrumentationLocked()15948 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in addInstrumentationResultsLocked()15989 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in finishInstrumentationLocked()[all …]
2314 i >= 0 && app.getActiveInstrumentation() == null; i--) { in setupProfilerInfoLocked()
7718 ActiveInstrumentation instr = targetProcess.getActiveInstrumentation(); in shouldAllowFgsWhileInUsePermissionLocked()7983 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in shouldAllowFgsStartForegroundNoBindingCheckLocked()
347 doReturn(mock(ActiveInstrumentation.class)).when(app).getActiveInstrumentation(); in testUpdateOomAdj_DoOne_RunningInstrumentation()350 doCallRealMethod().when(app).getActiveInstrumentation(); in testUpdateOomAdj_DoOne_RunningInstrumentation()
586 Lcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveInstr…
2095 HSPLcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveIn…