Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastProcessQueue.java520 didSomething |= setProcessInstrumented(app.getActiveInstrumentation() != null); in setProcessAndUidState()
DBroadcastRecord.java728 return (callerApp != null) ? (callerApp.getActiveInstrumentation() != null) : false; in isCallerInstrumented()
DOomAdjuster.java1414 && app.getActiveInstrumentation() == null) { in updateAndTrimProcessLSP()
1929 } else if (app.getActiveInstrumentation() != null) { in computeOomAdjLSP()
3232 if (app.getActiveInstrumentation() != null) { in getDefaultCapability()
DProcessRecord.java1001 ActiveInstrumentation getActiveInstrumentation() { in getActiveInstrumentation() method in ProcessRecord
DAppErrors.java637 if (r != null && r.getActiveInstrumentation() != null) { in crashApplicationInner()
DAppProfiler.java2451 i >= 0 && app.getActiveInstrumentation() == null; i--) { in setupProfilerInfoLocked()
DActiveServices.java8459 ActiveInstrumentation instr = targetProcess.getActiveInstrumentation(); in shouldAllowFgsWhileInUsePermissionLocked()
8724 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in shouldAllowFgsStartForegroundNoBindingCheckLocked()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java412 doReturn(mock(ActiveInstrumentation.class)).when(app).getActiveInstrumentation(); in testUpdateOomAdj_DoOne_RunningInstrumentation()
415 doCallRealMethod().when(app).getActiveInstrumentation(); in testUpdateOomAdj_DoOne_RunningInstrumentation()
/frameworks/base/services/
Dart-profile-boot586 Lcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveInstr…
Dart-wear-profile6784 PLcom/android/server/am/ProcessRecord;->getActiveInstrumentation()Lcom/android/server/am/ActiveInst…