Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomation.java212 private final IUiAutomationConnection mUiAutomationConnection; field in UiAutomation
313 mUiAutomationConnection = connection; in UiAutomation()
384 mUiAutomationConnection.connect(mClient, flags); in connectWithTimeout()
452 mUiAutomationConnection.disconnect(); in disconnect()
616 mUiAutomationConnection.dropShellPermissionIdentity(); in dropShellPermissionIdentity()
998 mUiAutomationConnection.setRotation(rotation); in setRotation()
1170 if (!mUiAutomationConnection.takeScreenshot( in takeScreenshot()
1369 mUiAutomationConnection.clearWindowAnimationFrameStats(); in clearWindowAnimationFrameStats()
1456 mUiAutomationConnection.grantRuntimePermission(packageName, in grantRuntimePermissionAsUser()
1501 mUiAutomationConnection.revokeRuntimePermission(packageName, in revokeRuntimePermissionAsUser()
[all …]
H A DInstrumentation.java120 private IUiAutomationConnection mUiAutomationConnection; field in Instrumentation
2212 mUiAutomationConnection = uiAutomationConnection; in init()
2352 if (mUiAutomationConnection != null) { in getUiAutomation()
2357 mUiAutomation = new UiAutomation(getTargetContext(), mUiAutomationConnection); in getUiAutomation()
/aosp14/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.java4795 instr2.mUiAutomationConnection, testMode, in attachApplicationLocked()
7399 || proc.getActiveInstrumentation().mUiAutomationConnection == null) { in setUserIsMonkey()
15731 activeInstr.mUiAutomationConnection = uiAutomationConnection; in startInstrumentation()
15848 activeInstr.mUiAutomationConnection = uiAutomationConnection; in startInstrumentationOfSdkSandbox()
15915 activeInstr.mUiAutomationConnection, in instrumentWithoutRestart()
16011 if (instr.mUiAutomationConnection != null) { in finishInstrumentationLocked()
16018 instr.mUiAutomationConnection).sendToTarget(); in finishInstrumentationLocked()
19901 if (instr.mUiAutomationConnection == null) {
/aosp14/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;