Home
last modified time | relevance | path

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

/aosp14/frameworks/base/test-base/src/android/test/
H A 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()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java911 void setActiveInstrumentation(ActiveInstrumentation instr) { in setActiveInstrumentation()
H A DAppProfiler.java2261 ActiveInstrumentation instr) throws IOException, RemoteException { in setupProfilerInfoLocked()
H A DActivityManagerService.java4014 final ActiveInstrumentation instr = caller.getActiveInstrumentation(); in getProcessMemoryInfo() local
4730 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in attachApplicationLocked() local
15948 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in addInstrumentationResultsLocked() local
15989 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in finishInstrumentationLocked() local
H A DActiveServices.java7718 ActiveInstrumentation instr = targetProcess.getActiveInstrumentation(); in shouldAllowFgsWhileInUsePermissionLocked() local