Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java768 ActiveInstrumentation getActiveInstrumentation() { in getActiveInstrumentation() method in ProcessRecord
H A DAppErrors.java613 if (r != null && r.getActiveInstrumentation() != null) { in crashApplicationInner()
H A DActivityManagerService.java3054 + " running instrumentation " + app.getActiveInstrumentation().mClass); in handleAppDiedLocked()
3131 boolean doLowMem = app.getActiveInstrumentation() == null; in appDiedLocked()
3852 final ActiveInstrumentation instr = caller.getActiveInstrumentation(); in getProcessMemoryInfo()
4468 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in attachApplicationLocked()
4516 final ActiveInstrumentation instr2 = app.getActiveInstrumentation(); in attachApplicationLocked()
6546 if (proc.getActiveInstrumentation() == null in setUserIsMonkey()
6547 || proc.getActiveInstrumentation().mUiAutomationConnection == null) { in setUserIsMonkey()
13946 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in addInstrumentationResultsLocked()
13985 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in finishInstrumentationLocked()
16473 if (proc.getActiveInstrumentation() != null) {
H A DAppProfiler.java2084 i >= 0 && app.getActiveInstrumentation() == null; i--) { in setupProfilerInfoLocked()
H A DOomAdjuster.java1660 } else if (app.getActiveInstrumentation() != null) { in computeOomAdjLSP()
H A DActiveServices.java5987 ActiveInstrumentation instr = targetService.app.getActiveInstrumentation(); in shouldAllowFgsWhileInUsePermissionLocked()
6152 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in shouldAllowFgsStartForegroundLocked()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DMockingOomAdjusterTests.java300 doReturn(mock(ActiveInstrumentation.class)).when(app).getActiveInstrumentation(); in testUpdateOomAdj_DoOne_RunningInstrumentation()
303 doCallRealMethod().when(app).getActiveInstrumentation(); in testUpdateOomAdj_DoOne_RunningInstrumentation()
/aosp12/frameworks/base/services/
H A Dart-profile-boot586 Lcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveInstr…
H A Dart-profile8763 HSPLcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveIn…