Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java728 return (callerApp != null) ? (callerApp.getActiveInstrumentation() != null) : false; in isCallerInstrumented()
DBroadcastProcessQueue.java520 didSomething |= setProcessInstrumented(app.getActiveInstrumentation() != null); in setProcessAndUidState()
DOomAdjuster.java1414 && app.getActiveInstrumentation() == null) { in updateAndTrimProcessLSP()
1929 } else if (app.getActiveInstrumentation() != null) { in computeOomAdjLSP()
3232 if (app.getActiveInstrumentation() != null) { in getDefaultCapability()
DAppErrors.java637 if (r != null && r.getActiveInstrumentation() != null) { in crashApplicationInner()
DProcessRecord.java1001 ActiveInstrumentation getActiveInstrumentation() { in getActiveInstrumentation() method in ProcessRecord
DActivityManagerService.java3442 + " running instrumentation " + app.getActiveInstrumentation().mClass); in handleAppDiedLocked()
3527 boolean doLowMem = app.getActiveInstrumentation() == null; in appDiedLocked()
4063 final ActiveInstrumentation instr = caller.getActiveInstrumentation(); in getProcessMemoryInfo()
4534 if (app.getActiveInstrumentation() != null) { in handleProcessStartOrKillTimeoutLocked()
4751 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in attachApplicationLocked()
4800 final ActiveInstrumentation instr2 = app.getActiveInstrumentation(); in attachApplicationLocked()
7675 if (proc.getActiveInstrumentation() == null in setUserIsMonkey()
7676 || proc.getActiveInstrumentation().mUiAutomationConnection == null) { in setUserIsMonkey()
16633 return process != null && process.getActiveInstrumentation() != null; in hasActiveInstrumentationLocked()
16808 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in addInstrumentationResultsLocked()
[all …]
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…