summaryrefslogtreecommitdiff
path: root/core/java/android/app/Instrumentation.java
Commit message (Expand)AuthorAgeFilesLines
* PIHooks: Get package name from context instead of appjhenrique092023-01-031-2/+2
* Merge tag 'android-13.0.0_r16' into t13.0George Zacharia2022-12-151-0/+39
|\
| * Prevent waiting if no new activity instance launchedLouis Chang2022-07-191-0/+39
| * Reland: Change input injection security modelPrabir Pradhan2022-05-091-37/+50
* | Introduce PropImitationHooksOmkar Chandorkar2022-10-261-0/+3
* | Reland: Change input injection security modelPrabir Pradhan2022-05-101-37/+50
|/
* Revert "Change input injection security model to require INJECT_..."Prabir Pradhan2022-04-081-50/+37
* Instrumentation: Wait for finish when injecting pointer eventsPrabir Pradhan2022-04-081-1/+1
* Remove exception for injecting pointer event from sendTrackballEventSyncPrabir Pradhan2022-04-051-5/+0
* Change input injection security model to require INJECT_EVENTS permissionPrabir Pradhan2022-04-041-37/+55
* Remove injectInputAfterTransactionsApplied from WMSPrabir Pradhan2022-03-311-3/+22
* Merge "Remove permission token from startActivityAsCaller" into tm-devMark Renouf2022-03-251-2/+2
|\
| * Remove permission token from startActivityAsCallerMark Renouf2022-03-231-2/+2
* | Update setInTouchMode javadocAntonio Kantek2022-03-231-0/+4
* | Add Intrsumentation#resetInTouchMode for instrumentingMing-Shin Lu2022-03-051-0/+9
|/
* (TouchMode Permission 2.6/n) Revert Instrumentation#setInTouchModeAntonio Kantek2022-02-091-4/+0
* (TouchMode Permission 2/n) Introduce permission for touch modeAntonio Kantek2022-02-021-9/+11
* Merge changes from topic "camera-compat" into sc-v2-dev am: 3486eacda3 am: 02...Mariia Sandrikova2021-12-181-1/+1
|\
| * [2/n] Camera Compat UI: Add interfaces for client-server communication.Mariia Sandrikova2021-12-171-1/+1
* | Merge "Update split controller to latest extension interface" into sc-v2-dev ...Andrii Kulian2021-08-181-1/+2
|\|
| * Update split controller to latest extension interfaceAndrii Kulian2021-08-161-1/+2
* | Merge "Enforce intents to match intent filters."John Wu2021-08-061-1/+2
|\ \ | |/ |/|
| * Enforce intents to match intent filters.John Wu2021-08-031-1/+2
* | Intercept activity start requests in client organizerAndrii Kulian2021-08-031-6/+35
|/
* Update ContentCaptureContext to have a token informationJoanne Chung2021-03-021-1/+2
* Relax the PI mutability flag requirement for apps under instrumentationAshwini Oruganti2021-01-211-0/+14
* Optionally wait animations on syncInputTransactions/injectInputEventBernardo Rufino2020-11-191-1/+2
* Merge "Use op package name as the calling package while start activities"TreeHugger Robot2020-11-061-10/+10
|\
| * Use op package name as the calling package while start activitiesLouis Chang2020-10-271-10/+10
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-4/+4
* | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-4/+4
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-4/+4
|/
* UiAutomation supports new flag, FLAG_DO_NOT_USE_ACCESSIBILITYmincheli2020-09-081-2/+4
* Merge "Support apps sharing file:// URIs with the camera API" into rvc-dev am...Zimuzo Ezeozue2020-06-021-6/+6
|\
| * Support apps sharing file:// URIs with the camera APIZim2020-06-011-6/+6
| * Update inner class constructor refs to use proper syntax.Andrew Sapperstein2020-05-011-1/+1
| * Rename featureId -> attributionTagPhilip P. Moltmann2020-03-121-18/+16
* | Update inner class constructor refs to use proper syntax.Andrew Sapperstein2020-04-291-1/+1
* | Let #getUiAutomation return null if UiAutomation fails to connect (3/n)JW Wang2020-04-011-2/+27
* | Rename featureId -> attributionTagPhilip P. Moltmann2020-03-111-18/+16
|/
* Revert "Revert "Activity start: Send featureId from context->AppOpsManager""Philip P. Moltmann2020-02-121-7/+8
* Revert "Activity start: Send featureId from context->AppOpsManager"Philip P. Moltmann2020-02-101-8/+7
* Activity start: Send featureId from context->AppOpsManagerPhilip P. Moltmann2020-02-081-7/+8
* Add #onPictureInPictureRequested to Activity and ATMjorgegil@google.com2019-12-201-0/+10
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Isolate mAnimationCompleteLock from mSync.wilsonshih2019-12-101-7/+10
* Deprecated APIs related to ActivityGroupCharles Chen2019-08-271-3/+0
* apply empty transaction in startActivitySyncPrabir Pradhan2019-08-071-0/+7
* [DO NOT MERGE] Adding API for defining and invoking DirectActionsSunny Goyal2019-04-251-2/+2
* Change Instrumentation to call injectInputAfterTransactionAppliedchaviw2019-02-271-2/+6