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.java110 private IUiAutomationConnection mUiAutomationConnection; field in Instrumentation
2025 mUiAutomationConnection = uiAutomationConnection; in init()
2150 if (mUiAutomationConnection != null) { in getUiAutomation()
2156 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.java5055 instr2.mUiAutomationConnection, testMode, in attachApplicationLocked()
8105 || proc.getActiveInstrumentation().mUiAutomationConnection == null) { in setUserIsMonkey()
15770 activeInstr.mUiAutomationConnection = uiAutomationConnection; in startInstrumentation()
15892 if (instr.mUiAutomationConnection != null) { in finishInstrumentationLocked()
15896 instr.mUiAutomationConnection).sendToTarget(); in finishInstrumentationLocked()
18873 if (instr.mUiAutomationConnection == null) { in startDelegateShellPermissionIdentity()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7181 Landroid/app/Instrumentation;->mUiAutomationConnection:Landroid/app/IUiAutomationConnection;
9761 Landroid/app/UiAutomation;->mUiAutomationConnection:Landroid/app/IUiAutomationConnection;