Home
last modified time | relevance | path

Searched defs:instr (Results 1 – 9 of 9) 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/
DImeAppHelper.java28 ImeAppHelper(Instrumentation instr, String launcherName) { in ImeAppHelper()
32 public ImeAppHelper(Instrumentation instr) { in ImeAppHelper()
DImeAppAutoFocusHelper.java24 public ImeAppAutoFocusHelper(Instrumentation instr) { in ImeAppAutoFocusHelper()
DFlickerAppHelper.java28 public FlickerAppHelper(Instrumentation instr, String launcherName) { in FlickerAppHelper()
DPipAppHelper.java29 public PipAppHelper(Instrumentation instr) { in PipAppHelper()
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java1418 void setActiveInstrumentation(ActiveInstrumentation instr) { in setActiveInstrumentation()
DActivityManagerService.java4585 final ActiveInstrumentation instr = caller.getActiveInstrumentation(); in getProcessMemoryInfo() local
5183 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in attachApplicationLocked() local
17015 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in addInstrumentationResultsLocked() local
17051 final ActiveInstrumentation instr = app.getActiveInstrumentation(); in finishInstrumentationLocked() local
20189 final ActiveInstrumentation instr = mActiveInstrumentation.get(i); in startDelegateShellPermissionIdentity() local
DActiveServices.java4970 ActiveInstrumentation instr = r.app.getActiveInstrumentation(); in shouldAllowWhileInUsePermissionInFgsLocked() local
/frameworks/base/core/java/android/app/
DActivity.java7887 Instrumentation instr, IBinder token, int ident, in attach()