Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DOomAdjuster.java1380 && app.getActiveInstrumentation() == null) { in updateAndTrimProcessLSP()
1858 } else if (app.getActiveInstrumentation() != null) { in computeOomAdjLSP()
2864 if (app.getActiveInstrumentation() != null) { in getDefaultCapability()
H A DBroadcastProcessQueue.java455 didSomething |= setProcessInstrumented(app.getActiveInstrumentation() != null); in setProcessAndUidState()
H A DProcessRecord.java921 ActiveInstrumentation getActiveInstrumentation() { in getActiveInstrumentation() method in ProcessRecord
H A DBroadcastRecord.java869 return (callerApp != null) ? (callerApp.getActiveInstrumentation() != null) : false; in isCallerInstrumented()
H A DAppErrors.java637 if (r != null && r.getActiveInstrumentation() != null) { in crashApplicationInner()
H A DActivityManagerService.java3406 + " 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 …]
H A DAppProfiler.java2314 i >= 0 && app.getActiveInstrumentation() == null; i--) { in setupProfilerInfoLocked()
H A DActiveServices.java7718 ActiveInstrumentation instr = targetProcess.getActiveInstrumentation(); in shouldAllowFgsWhileInUsePermissionLocked()
7983 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in shouldAllowFgsStartForegroundNoBindingCheckLocked()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DMockingOomAdjusterTests.java347 doReturn(mock(ActiveInstrumentation.class)).when(app).getActiveInstrumentation(); in testUpdateOomAdj_DoOne_RunningInstrumentation()
350 doCallRealMethod().when(app).getActiveInstrumentation(); in testUpdateOomAdj_DoOne_RunningInstrumentation()
/aosp14/frameworks/base/services/
H A Dart-profile-boot586 Lcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveInstr…
H A Dart-profile2095 HSPLcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveIn…