Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DUiAutomation.java186 private final IUiAutomationConnection mUiAutomationConnection; field in UiAutomation
264 mUiAutomationConnection = connection; in UiAutomation()
324 mUiAutomationConnection.connect(mClient, flags); in connectWithTimeout()
390 mUiAutomationConnection.disconnect(); in disconnect()
512 mUiAutomationConnection.dropShellPermissionIdentity(); in dropShellPermissionIdentity()
841 mUiAutomationConnection.setRotation(rotation); in setRotation()
1013 screenShot = mUiAutomationConnection.takeScreenshot( in takeScreenshot()
1184 mUiAutomationConnection.clearWindowAnimationFrameStats(); in clearWindowAnimationFrameStats()
1268 mUiAutomationConnection.grantRuntimePermission(packageName, in grantRuntimePermissionAsUser()
1313 mUiAutomationConnection.revokeRuntimePermission(packageName, in revokeRuntimePermissionAsUser()
[all …]
H A DInstrumentation.java115 private IUiAutomationConnection mUiAutomationConnection; field in Instrumentation
2091 mUiAutomationConnection = uiAutomationConnection; in init()
2230 if (mUiAutomationConnection != null) { in getUiAutomation()
2236 mUiAutomationConnection); in getUiAutomation()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveInstrumentation.java50 IUiAutomationConnection mUiAutomationConnection; field in ActiveInstrumentation
128 if (mUiAutomationConnection != null) { in dump()
130 pw.println(mUiAutomationConnection); in dump()
157 mUiAutomationConnection.toString()); in dumpDebug()
H A DActivityManagerService.java4531 instr2.mUiAutomationConnection, testMode, in attachApplicationLocked()
6547 || proc.getActiveInstrumentation().mUiAutomationConnection == null) { in setUserIsMonkey()
13838 activeInstr.mUiAutomationConnection = uiAutomationConnection; in startInstrumentation()
13913 activeInstr.mUiAutomationConnection, in instrumentWithoutRestart()
14007 if (instr.mUiAutomationConnection != null) { in finishInstrumentationLocked()
14014 instr.mUiAutomationConnection).sendToTarget(); in finishInstrumentationLocked()
16937 if (instr.mUiAutomationConnection == null) {
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6748 Landroid/app/Instrumentation;->mUiAutomationConnection:Landroid/app/IUiAutomationConnection;
9134 Landroid/app/UiAutomation;->mUiAutomationConnection:Landroid/app/IUiAutomationConnection;