Searched refs:mUiAutomationConnection (Results 1 – 5 of 5) sorted by relevance
212 private final IUiAutomationConnection mUiAutomationConnection; field in UiAutomation313 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 …]
120 private IUiAutomationConnection mUiAutomationConnection; field in Instrumentation2212 mUiAutomationConnection = uiAutomationConnection; in init()2352 if (mUiAutomationConnection != null) { in getUiAutomation()2357 mUiAutomation = new UiAutomation(getTargetContext(), mUiAutomationConnection); in getUiAutomation()
50 IUiAutomationConnection mUiAutomationConnection; field in ActiveInstrumentation128 if (mUiAutomationConnection != null) { in dump()130 pw.println(mUiAutomationConnection); in dump()157 mUiAutomationConnection.toString()); in dumpDebug()
4795 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) {
6748 Landroid/app/Instrumentation;->mUiAutomationConnection:Landroid/app/IUiAutomationConnection;9134 Landroid/app/UiAutomation;->mUiAutomationConnection:Landroid/app/IUiAutomationConnection;