Home
last modified time | relevance | path

Searched defs:instr (Results 1 – 5 of 5) 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/services/core/java/com/android/server/am/
DProcessRecord.java758 void setActiveInstrumentation(ActiveInstrumentation instr) { in setActiveInstrumentation()
DAppProfiler.java2036 ActiveInstrumentation instr) throws IOException, RemoteException { in setupProfilerInfoLocked()
DActivityManagerService.java3826 final ActiveInstrumentation instr = caller.getActiveInstrumentation(); in getProcessMemoryInfo() local
4442 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in attachApplicationLocked() local
13905 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in addInstrumentationResultsLocked() local
13944 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in finishInstrumentationLocked() local
DActiveServices.java5980 ActiveInstrumentation instr = targetService.app.getActiveInstrumentation(); in shouldAllowFgsWhileInUsePermissionLocked() local