Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15717 activeInstr.mClass = className; in startInstrumentation()
15727 activeInstr.mTargetInfo = ai; in startInstrumentation()
15730 activeInstr.mWatcher = watcher; in startInstrumentation()
15842 activeInstr.mClass = className; in startInstrumentationOfSdkSandbox()
15846 activeInstr.mArguments = arguments; in startInstrumentationOfSdkSandbox()
15847 activeInstr.mWatcher = watcher; in startInstrumentationOfSdkSandbox()
15849 activeInstr.mResultClass = className; in startInstrumentationOfSdkSandbox()
15853 activeInstr.mNoRestart = false; in startInstrumentationOfSdkSandbox()
15912 activeInstr.mClass, in instrumentWithoutRestart()
15913 activeInstr.mArguments, in instrumentWithoutRestart()
[all …]