Searched refs:getActiveInstrumentation (Results 1 – 10 of 10) sorted by relevance
520 didSomething |= setProcessInstrumented(app.getActiveInstrumentation() != null); in setProcessAndUidState()
728 return (callerApp != null) ? (callerApp.getActiveInstrumentation() != null) : false; in isCallerInstrumented()
1414 && app.getActiveInstrumentation() == null) { in updateAndTrimProcessLSP()1929 } else if (app.getActiveInstrumentation() != null) { in computeOomAdjLSP()3232 if (app.getActiveInstrumentation() != null) { in getDefaultCapability()
1001 ActiveInstrumentation getActiveInstrumentation() { in getActiveInstrumentation() method in ProcessRecord
637 if (r != null && r.getActiveInstrumentation() != null) { in crashApplicationInner()
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…