Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java131 private final IUiAutomationConnection mUiAutomationConnection; field in UiAutomation
207 mUiAutomationConnection = connection; in UiAutomation()
241 mUiAutomationConnection.connect(mClient, flags); in connect()
299 mUiAutomationConnection.disconnect(); in disconnect()
377 mUiAutomationConnection.adoptShellPermissionIdentity(Process.myUid(), null); in adoptShellPermissionIdentity()
405 mUiAutomationConnection.adoptShellPermissionIdentity(Process.myUid(), permissions); in adoptShellPermissionIdentity()
424 mUiAutomationConnection.dropShellPermissionIdentity(); in dropShellPermissionIdentity()
597 return mUiAutomationConnection.injectInputEvent(event, sync); in injectInputEvent()
617 mUiAutomationConnection.syncInputTransactions(); in syncInputTransactions()
652 mUiAutomationConnection.setRotation(rotation); in setRotation()
[all …]
DInstrumentation.java111 private IUiAutomationConnection mUiAutomationConnection; field in Instrumentation
2032 mUiAutomationConnection = uiAutomationConnection; in init()
2157 if (mUiAutomationConnection != null) { in getUiAutomation()
2163 mUiAutomationConnection); in getUiAutomation()
/frameworks/base/services/core/java/com/android/server/am/
DActiveInstrumentation.java50 IUiAutomationConnection mUiAutomationConnection; field in ActiveInstrumentation
119 if (mUiAutomationConnection != null) { in dump()
121 pw.println(mUiAutomationConnection); in dump()
146 mUiAutomationConnection.toString()); in writeToProto()
DActivityManagerService.java5085 instr2.mUiAutomationConnection, testMode, in attachApplicationLocked()
8147 || proc.getActiveInstrumentation().mUiAutomationConnection == null) { in setUserIsMonkey()
15859 activeInstr.mUiAutomationConnection = uiAutomationConnection; in startInstrumentation()
15985 if (instr.mUiAutomationConnection != null) { in finishInstrumentationLocked()
15989 instr.mUiAutomationConnection).sendToTarget(); in finishInstrumentationLocked()
18986 if (instr.mUiAutomationConnection == null) { in startDelegateShellPermissionIdentity()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt6751 Landroid/app/Instrumentation;->mUiAutomationConnection:Landroid/app/IUiAutomationConnection;
9143 Landroid/app/UiAutomation;->mUiAutomationConnection:Landroid/app/IUiAutomationConnection;