Benjamin Franz
375f7260c4
Merge "Update Javadoc of setLockTaskEnabled to reflect known issue" into pi-dev
...
am: fdef00a5ae
Change-Id: Ia3a12099b9c87d5fc655a4f0b4afb7b96da674af
2018-04-09 06:53:42 -07:00
TreeHugger Robot
fdef00a5ae
Merge "Update Javadoc of setLockTaskEnabled to reflect known issue" into pi-dev
2018-04-09 13:39:31 +00:00
Eric Sandness
bdfd63688c
Merge "Permission Check For DPM.getPermittedAccessibilityServices" into pi-dev
...
am: 0997a32523
Change-Id: I73acdc186de59877a558c5ad464f504c47a28bce
2018-04-09 06:25:44 -07:00
Jan Althaus
1a1ff74bb6
Merge "Fixing broken logging of OTHER events" into pi-dev
...
am: 706edbd776
Change-Id: Id4a2866e93e1c03c1e7a6b236175f2faae4cd6f6
2018-04-09 06:21:08 -07:00
Torne (Richard Coles)
935210c8d5
Merge "Only match addresses without zip codes if at the end." into pi-dev
...
am: 2946fba398
Change-Id: Id429856912ed068d5656a4bed22a5ca88005e16f
2018-04-09 06:12:27 -07:00
Eric Sandness
0997a32523
Merge "Permission Check For DPM.getPermittedAccessibilityServices" into pi-dev
2018-04-09 13:10:59 +00:00
Jan Althaus
706edbd776
Merge "Fixing broken logging of OTHER events" into pi-dev
2018-04-09 13:09:55 +00:00
TreeHugger Robot
2946fba398
Merge "Only match addresses without zip codes if at the end." into pi-dev
2018-04-09 13:02:13 +00:00
Alexey Kuzmin
2c944b2c2b
Merge "Add haptic constants" into pi-dev
...
am: ef5bb6fd70
Change-Id: Icf8e02837fe504284b3dfc86bef0165f272dad66
2018-04-09 04:37:43 -07:00
TreeHugger Robot
ef5bb6fd70
Merge "Add haptic constants" into pi-dev
2018-04-09 11:26:20 +00:00
Annie Meng
32e7e082f7
Merge "Don't backup/restore screen brightness" into pi-dev
...
am: 3a7e021169
Change-Id: Id27f2a0631fde41e2b247ec3eb48419bb48bc84d
2018-04-09 03:01:14 -07:00
Annie Meng
3a7e021169
Merge "Don't backup/restore screen brightness" into pi-dev
2018-04-09 09:53:48 +00:00
Erik Kline
08eab46ef9
Merge "Support bluetooth not using MultinetworkPolicyTracker" am: ed631bf5aa
...
am: bfcbe96fd0
Change-Id: I5e5b2c59ad3ea9ad574e8e683bcab3b09cfe0791
2018-04-09 02:47:01 -07:00
Clara Bayarri
82b8682922
Merge "Fix crash when modifying Selection" into pi-dev
...
am: 1f2c6dea41
Change-Id: Ic2bdd0642c4b94dc22d93dd19dade56e69e3e04e
2018-04-09 02:37:55 -07:00
TreeHugger Robot
1f2c6dea41
Merge "Fix crash when modifying Selection" into pi-dev
2018-04-09 09:26:42 +00:00
Erik Kline
bfcbe96fd0
Merge "Support bluetooth not using MultinetworkPolicyTracker"
...
am: ed631bf5aa
Change-Id: I889e58c1e102f6b0cddebed4454f30fad701b025
2018-04-09 01:51:34 -07:00
Robin Bennett
b1b9aa2ea0
Merge "Add setting/experiment to send keycode sleep for ungaze when Home is the foreground activity." into pi-dev
...
am: 219e139651
Change-Id: I55b953d0f060f38251c6504470d4b13a38b50f25
2018-04-09 00:57:40 -07:00
Eric Sandness
5ab98de315
Permission Check For DPM.getPermittedAccessibilityServices
...
Require the callers of DPM.getPermittedAccessibilityServices(userId) to
hold the MANAGE_USERS permission. The only known callers of this API
are settings apps that already hold this permission.
Bug: 62343414
Test: com.android.server.devicepolicy.DevicePolicyManagerTest
Test: com.google.android.gts.devicepolicy.DeviceOwnerTest
Test: Manually checked accessibility settings in DO and PO modes
Change-Id: I8ee3f876fcaffa63636645f0f59709cd147254ef
2018-04-09 07:47:13 +00:00
Robin Bennett
219e139651
Merge "Add setting/experiment to send keycode sleep for ungaze when Home is the foreground activity." into pi-dev
2018-04-09 07:41:20 +00:00
Erik Kline
8d1fe54be1
Support bluetooth not using MultinetworkPolicyTracker
...
This required advancing the IpManager to IpClient refactoring
(Bluetooth used IpManager and friends). Most importantly, the
Bluetooth code used WaitForProvisioningCallback, so this is
moved into IpClient proper now. Also: some more renaming
cleanup.
Test: as follows
- built
- flashed
- booted
- runtest frameworks-net passes
Bug: 62476366
Bug: 72663849
Change-Id: I9eee2a9d5c31cdd48a054a7edc3403584efb1864
2018-04-08 23:09:36 -07:00
Jan Althaus
47e3eb3090
Merge "Remove legacy logger" into pi-dev
...
am: 4f9d750e91
Change-Id: I3ecf08e3608ca0ee79c11f4eae9356f6412f29ab
2018-04-07 05:21:22 -07:00
Jan Althaus
4f9d750e91
Merge "Remove legacy logger" into pi-dev
2018-04-07 12:06:12 +00:00
Jan Althaus
5a03094ebc
Remove legacy logger
...
Migrate DefaultLogger implementation to SelectionSessionLogger.
This cleans up after the API refactor and fixes two bugs:
- All events are currently logged twice.
- Interfaces accept a null signature, but it currently crashes the legacy logger.
Bug: 73392698
Bug: 77659305
Test: atest FrameworksCoreTests:TextClassificationManagerTest
Test: atest FrameworksCoreTests:TextClassificationTest
Test: atest CtsViewTestCases:TextClassificationManagerTest
Test: atest CtsViewTestCases:TextClassifierValueObjectsTest
Test: atest CtsWidgetTestCases:TextViewTest
Test: atest CtsWidgetTestCases:EditTextTest
Test: Manually examined logs
Change-Id: I0d2b925abf5cab12d71fc2cc0fa527530c86ab10
2018-04-07 12:04:49 +00:00
Jan Althaus
a1ef7a933b
Merge "Fixing incomplete RemoteAction clone" into pi-dev
...
am: 739199f3e9
Change-Id: I7e21a751ab3693c67ad6521e661a21d109e0c1fd
2018-04-07 01:31:35 -07:00
Jan Althaus
739199f3e9
Merge "Fixing incomplete RemoteAction clone" into pi-dev
2018-04-07 08:16:28 +00:00
Jan Althaus
35b3057627
Fixing broken logging of OTHER events
...
This bug means we never received logs for events like 'Web Search'
Bug: 77659305
Test: atest FrameworksCoreTests:SelectionEventTest
Change-Id: I6f79897f548d0d19710578e309e0b645bb78e1e3
2018-04-07 09:43:41 +02:00
Felipe Leme
b015590d03
Merge "Autofill should clear the UI filter when a value is updated to null." into pi-dev
...
am: 298fabe6b5
Change-Id: If3707768e76f82ef562aaba7e5086d1c882e618c
2018-04-06 21:08:19 -07:00
TreeHugger Robot
298fabe6b5
Merge "Autofill should clear the UI filter when a value is updated to null." into pi-dev
2018-04-07 03:59:34 +00:00
Lorenzo Colitti
9c119c93c9
Merge changes from topic "unwanted" into pi-dev
...
am: 2eae1e3a45
Change-Id: Ib6f46ff91a6d774a516fa299284d9d552081dde6
2018-04-06 20:01:23 -07:00
Lorenzo Colitti
142f57e261
Remove unwanted capability code per API council feedback.
...
am: 4c6f4a65b6
Change-Id: I359aad5d7dceb2b188544db18424598decf14c08
2018-04-06 19:56:30 -07:00
Lorenzo Colitti
2eae1e3a45
Merge changes from topic "unwanted" into pi-dev
...
* changes:
Add @param tag for state in queryDetailsForUidTagState.
Remove unwanted capability code per API council feedback.
2018-04-07 02:41:40 +00:00
Felipe Leme
156a7ebf17
Autofill should clear the UI filter when a value is updated to null.
...
Test: VirtualContainerActivityCompatModeTest:testDatasetFiltering
Fixes: 77652152
Change-Id: Ifc7b8f759684fe35d1aa9218dd39b8dcf7ac4e4f
2018-04-06 18:05:24 -07:00
Hansong Zhang
1ef9b9979b
Merge "Bluetooth: Add hidden API to get current user of HID Device (1/3)"
...
am: d61e87ad08
Change-Id: I919f0be242b532207d31cd32511da86ebbbc9fe3
2018-04-06 17:00:59 -07:00
Patrick Baumann
30cb5926ac
Merge "Adds a start flag to set FLAG_ACTIVITY_MATCH_EXTERNAL" into pi-dev
...
am: 1a249607f9
Change-Id: Ia0381a6d4853e1197dbac89b5a4e58ca77e68e11
2018-04-06 15:51:00 -07:00
Hansong Zhang
285f96a3d8
Merge changes from topic "hid-device-app-name" into pi-dev
...
am: 06d4cda1ac
Change-Id: Ie5c2c261fc1e5348732156e891368b8c5f096130
2018-04-06 15:37:14 -07:00
TreeHugger Robot
1a249607f9
Merge "Adds a start flag to set FLAG_ACTIVITY_MATCH_EXTERNAL" into pi-dev
2018-04-06 22:35:56 +00:00
TreeHugger Robot
06d4cda1ac
Merge changes from topic "hid-device-app-name" into pi-dev
...
* changes:
Show Bluetooth HID Device connection status in Settings
Bluetooth: Add hidden API to get current user of HID Device (1/3)
2018-04-06 22:23:39 +00:00
Selim Cinek
0bc1a4fab7
Merge "Added nullability annotations to API" into pi-dev
...
am: 66b90a035f
Change-Id: I3b0101036d8c8929accb2632584a7464f1479e32
2018-04-06 15:19:27 -07:00
TreeHugger Robot
66b90a035f
Merge "Added nullability annotations to API" into pi-dev
2018-04-06 22:06:04 +00:00
Jorim Jaggi
2e1d841633
Merge "Early wake-up for transitions (2/2)" into pi-dev
...
am: 4c1453ac45
Change-Id: Icb81090771d763455e416b71a2f183809156264e
2018-04-06 15:01:45 -07:00
Treehugger Robot
d61e87ad08
Merge "Bluetooth: Add hidden API to get current user of HID Device (1/3)"
2018-04-06 21:54:06 +00:00
Jorim Jaggi
4c1453ac45
Merge "Early wake-up for transitions (2/2)" into pi-dev
2018-04-06 21:44:28 +00:00
Patrick Baumann
229141f082
Adds a start flag to set FLAG_ACTIVITY_MATCH_EXTERNAL
...
Test: manual - launch installed instant app from command line
Change-Id: I0e8532a683e3a68d2c81df222aab673d09c286ed
Fixes: 75967669
2018-04-06 14:16:16 -07:00
Nader Jawad
5a1981f450
Merge "Removed call to setWillNotCacheDrawing and deprecated it as well as willNotCacheDrawing as intermediate caching layers are obsolete since hardware accelerated rendering was introduced in API 11" into pi-dev
...
am: 2181bb70ff
Change-Id: Ida62ff51956a1e71ba1bbcabc07ec2d650a45772
2018-04-06 13:57:04 -07:00
TreeHugger Robot
43470a309a
Merge "Hearing Aid: change get/set active device (3/3)" into pi-dev
2018-04-06 20:45:21 +00:00
Nader Jawad
2181bb70ff
Merge "Removed call to setWillNotCacheDrawing and deprecated it as well as willNotCacheDrawing as intermediate caching layers are obsolete since hardware accelerated rendering was introduced in API 11" into pi-dev
2018-04-06 20:40:46 +00:00
Selim Cinek
eb53c228f0
Added nullability annotations to API
...
Certain methods where left out in the new APIs
Change-Id: Ide1e2f387a4918f2134254d862eeff06bfd3a730
Fixes: 74409592
Test: only non-semantic changes
2018-04-06 13:39:59 -07:00
Mike Ma
763a3ad4d0
Merge "Fix ambient display time unit error" into pi-dev
...
am: a15aa6e2fd
Change-Id: I9eafd677e57ddf8c03a0c1c06bc9d68cc10e7b42
2018-04-06 12:44:41 -07:00
Daniel Colascione
c266a5d5c0
Merge "Clarify doc comment for android.os.Build.VERSION.RELEASE" am: fe79660d1e
...
am: 7c4bcfc298
Change-Id: I45af296fbec2d35434e0dd0fda4649e6c07e56e3
2018-04-06 12:36:07 -07:00
Mike Ma
a15aa6e2fd
Merge "Fix ambient display time unit error" into pi-dev
2018-04-06 19:32:20 +00:00