Home
last modified time | relevance | path

Searched defs:instr (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/test-base/src/android/test/
DInstrumentationTestSuite.java43 public InstrumentationTestSuite(Instrumentation instr) { in InstrumentationTestSuite()
48 public InstrumentationTestSuite(String name, Instrumentation instr) { in InstrumentationTestSuite()
58 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { in InstrumentationTestSuite()
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
DAssistantAppHelper.kt29 val instr: Instrumentation, constant in com.android.server.wm.flicker.helpers.AssistantAppHelper
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java807 void setActiveInstrumentation(ActiveInstrumentation instr) { in setActiveInstrumentation()
DAppProfiler.java2025 ActiveInstrumentation instr) throws IOException, RemoteException { in setupProfilerInfoLocked()
DActivityManagerService.java4141 final ActiveInstrumentation instr = caller.getActiveInstrumentation(); in getProcessMemoryInfo() local
4840 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in attachApplicationLocked() local
14985 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in addInstrumentationResultsLocked() local
15024 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in finishInstrumentationLocked() local
DActiveServices.java6555 ActiveInstrumentation instr = targetService.app.getActiveInstrumentation(); in shouldAllowFgsWhileInUsePermissionLocked() local