TreeHugger Robot
1d33b07f44
Merge "Removing 'delegate' from constant names"
2017-03-17 14:48:15 +00:00
Julia Reynolds
f619bc5211
Removing 'delegate' from constant names
...
Change-Id: I2ac4e3ae08f1084da34ea74fdd5177e2d58987af
Fixes: 35812334
Test: build
2017-03-17 08:43:22 -04:00
Neil Fuller
9408983ba7
Track library change in libcore.
...
Adding a required dependency on new shared library for tzdata code.
Bug: 31008728
Test: make
Change-Id: Ia5c3e961ca9f62e27575c8f4d16d562fac2b3461
2017-03-17 11:53:05 +00:00
Narayan Kamath
089efe43cf
Merge "fd_utils: address a couple of TODOs." am: eae1ae9732 am: a34d01d1ee
...
am: 8497b653f6
Change-Id: Ic8735187a22df886f07da887f12dddff248d1028
2017-03-17 10:05:14 +00:00
Narayan Kamath
8497b653f6
Merge "fd_utils: address a couple of TODOs." am: eae1ae9732
...
am: a34d01d1ee
Change-Id: I167e56d78a5a1ef6c2f1bcad891d5f20f4e07375
2017-03-17 09:58:12 +00:00
Narayan Kamath
a34d01d1ee
Merge "fd_utils: address a couple of TODOs."
...
am: eae1ae9732
Change-Id: I8e4e92df3c1f0016de2c396345b7a0b4bc0e1cb6
2017-03-17 09:51:35 +00:00
Narayan Kamath
eae1ae9732
Merge "fd_utils: address a couple of TODOs."
2017-03-17 09:44:12 +00:00
Narayan Kamath
3879ecc891
fd_utils: address a couple of TODOs.
...
Drink the android::base koolaid.
Test: make, boots
Change-Id: Ib24b9b59fa3490e80ba78be0199eafa676225b73
2017-03-17 09:43:53 +00:00
TreeHugger Robot
4bb2ccca8d
Merge "Fixed cancel() and commit():"
2017-03-17 08:16:04 +00:00
TreeHugger Robot
b096e58811
Merge "Sets accessibility title for autofill dataset picker."
2017-03-17 06:43:05 +00:00
Jakub Pawlowski
7800604d0d
Merge "LE Maximum Advertising Data Length (1/4)" am: 74f2e1a303 am: 2fc3834f4d
...
am: 066e8551f1
Change-Id: If9ee85705e7c47820e23ad79a048e4c04c4cc11a
2017-03-17 05:31:07 +00:00
Jakub Pawlowski
066e8551f1
Merge "LE Maximum Advertising Data Length (1/4)" am: 74f2e1a303
...
am: 2fc3834f4d
Change-Id: Iad555280f5d702c63c76a2399c8d02ac39749a77
2017-03-17 05:26:26 +00:00
Jakub Pawlowski
2fc3834f4d
Merge "LE Maximum Advertising Data Length (1/4)"
...
am: 74f2e1a303
Change-Id: I3b6599937ddd04a9c13573d156cc721152c0005a
2017-03-17 05:19:57 +00:00
Jakub Pawlowski
74f2e1a303
Merge "LE Maximum Advertising Data Length (1/4)"
2017-03-17 05:13:45 +00:00
TreeHugger Robot
9d755c046a
Merge "Added a new AutofillCallback.EVENT_INPUT_UNAVAILABLE event."
2017-03-17 04:09:57 +00:00
TreeHugger Robot
77724a5be7
Merge "WifiConfiguration: Correct documentation for priority"
2017-03-17 04:06:52 +00:00
Roshan Pius
60d9c84209
Merge "WifiConfiguration: Update psk documentation"
2017-03-17 03:59:40 +00:00
Joel Scherpelz
5e1eb40c8f
Merge "Set accept_ra_rt_info_max_plen to 64 before enabling IPv6 interfaces" am: 52f8421b77 am: b8933942fc
...
am: f9cd5cd81b
Change-Id: I5ebbe1a63da43f28b0d582bc7e6480ffe74195b7
2017-03-17 03:05:45 +00:00
Joel Scherpelz
f9cd5cd81b
Merge "Set accept_ra_rt_info_max_plen to 64 before enabling IPv6 interfaces" am: 52f8421b77
...
am: b8933942fc
Change-Id: Ic1b6226da3cfb68eeb352c1f81df09733ab52e4d
2017-03-17 02:59:11 +00:00
Joel Scherpelz
b8933942fc
Merge "Set accept_ra_rt_info_max_plen to 64 before enabling IPv6 interfaces"
...
am: 52f8421b77
Change-Id: I5b5d5460f9fe7ed228ab32b2c63cb601be5e1edb
2017-03-17 02:53:11 +00:00
Felipe Leme
6d0cb1e8eb
Fixed cancel() and commit():
...
- Call removeSelfLocked() on cancelSessionLocked.
- Call removeSelf() after dispatching the PendingSaveRequest.
- Added a finalizer callback to PendingSaveRequest that calls removeSelf().
- Fixed SaveUi SnackBar so its actions are only triggered once.
- Reused removeSelfLocked() when needed.
- Removed unnecessary {} on some lambdas.
- Removed unnecessary mLock on PendingSaveRequest.
- Removed unnecessary mLock usage on PendingFillRequest.
Test: CtsAutoFillServiceTestCases (including new tests) pass
Test: manual verification
Fixes: 35721501
Fixes: 35844249
Change-Id: I9789218777b62a9558a602b8eaed0714d8b77fa0
2017-03-16 19:51:59 -07:00
Treehugger Robot
52f8421b77
Merge "Set accept_ra_rt_info_max_plen to 64 before enabling IPv6 interfaces"
2017-03-17 02:44:07 +00:00
Felipe Leme
24aae15218
Added a new AutofillCallback.EVENT_INPUT_UNAVAILABLE event.
...
This event is called when:
- After notifyViewEntered() when autofill is disabled.
- After service returns an "empty" FillResponse to FillCallback.onSuccess().
BUG: 36056207
Test: LoginActivityTest.testAutofillCallbackDisabled
Test: LoginActivityTest.testAutofillCallbackNoDatasets
Test: VirtualContainerActivityTest.testAutofillCallbackDisabled
Test: VirtualContainerActivityTest.testAutofillCallbackNoDatasets
Change-Id: I7b8636473f738bf600aa96b28c77827b2cc78815
2017-03-16 19:40:22 -07:00
Karthik Ravi Shankar
e6ccc3e816
Merge "Add API to get compatibility display id"
2017-03-17 02:34:07 +00:00
Philip P. Moltmann
389d1c2b43
Merge "TRON log important auto-fill events"
2017-03-17 02:23:35 +00:00
Jakub Pawlowski
ad10affa4e
LE Maximum Advertising Data Length (1/4)
...
Add ability to check maximum advertising data length.
Bug: 30622771
Test: manual
Change-Id: I281f7e9f294c40a47a67a22809cc753b6693f7c4
2017-03-16 18:27:01 -07:00
Jakub Pawlowski
9f9597e248
Merge "Bluetooth 5 AdvertisingSet implementation (1/4)" am: 15e69df921 am: 45e0c6ea7f
...
am: d2da3a7874
Change-Id: I3b14feb1d470f818b48acf99b32785f653790cc2
2017-03-17 01:21:38 +00:00
TreeHugger Robot
85fcc0bde8
Merge "IBiometricsFingerprint uses "default" service name"
2017-03-17 01:19:51 +00:00
TreeHugger Robot
bdc813a6ea
Merge "Change vold cryptkeeper permissions to be more sensible"
2017-03-17 01:15:11 +00:00
Jakub Pawlowski
d2da3a7874
Merge "Bluetooth 5 AdvertisingSet implementation (1/4)" am: 15e69df921
...
am: 45e0c6ea7f
Change-Id: I6975c6629e8c4a7be20f355fdeaba268b33396a2
2017-03-17 01:15:08 +00:00
Jakub Pawlowski
45e0c6ea7f
Merge "Bluetooth 5 AdvertisingSet implementation (1/4)"
...
am: 15e69df921
Change-Id: I585fc900b4a153744116fa87764db98b038184d5
2017-03-17 01:09:02 +00:00
Felipe Leme
b4f868deca
Sets accessibility title for autofill dataset picker.
...
Bug: 34219631
Test: CtsAutoFillServiceTestCases (with new tests) pass
Change-Id: I9bda820a41ef82e008f2a1ffd32c286b91841c10
2017-03-16 18:06:22 -07:00
Treehugger Robot
15e69df921
Merge "Bluetooth 5 AdvertisingSet implementation (1/4)"
2017-03-17 01:01:17 +00:00
Yifan Hong
d8f3fe9421
Merge "Start android.frameworks.sensorservice@1.0 in system_server"
2017-03-17 00:58:14 +00:00
Joel Scherpelz
25870a2c9e
Set accept_ra_rt_info_max_plen to 64 before enabling IPv6 interfaces
...
This patch tries to change accept_ra_rt_info_max_plen to 64 from its
default value of 0 on kernels that support router advertisements with
route information options. The code fails silently on older unsupported
platforms.
Also factor existing startIPv6() code into a self documenting function
enableInterfaceIpv6PrivacyExtensions()
Bug: 33333670
Test: as follows
- build sailfish
- flashed
- booted
- runtest frameworks-net passes
- runtest frameworks-wifi passes
Change-Id: I10ec83b9e04836089477d74417b7222499820066
2017-03-17 09:41:43 +09:00
Derek Sollenberger
08153e655a
Merge "Remove usage of deprecated makeImageSnapshot parameter Test: Does it compile?"
2017-03-17 00:41:16 +00:00
TreeHugger Robot
ffe0bbbf60
Merge "Camera: Enable batching for constrained high speed recording"
2017-03-17 00:32:54 +00:00
Chris Craik
97b4ccbd97
Merge "Expose color filter mutate methods"
2017-03-17 00:32:21 +00:00
Jack He
e7739053f0
Merge "Add a flag that indicates whether in-band ringing is avalable" am: 41f5b61f5d am: 592d78238d
...
am: 90397ba054
Change-Id: I11c594bb6da104a85a1fd05138e7f224a3d18b09
2017-03-17 00:21:31 +00:00
Jack He
90397ba054
Merge "Add a flag that indicates whether in-band ringing is avalable" am: 41f5b61f5d
...
am: 592d78238d
Change-Id: I47b79c0113f3452df40325df4d96952aa1c7d835
2017-03-17 00:14:57 +00:00
Fyodor Kupolov
ef1ab44024
Merge "Handle stopped users in onCleanupUser"
2017-03-17 00:14:03 +00:00
Jack He
592d78238d
Merge "Add a flag that indicates whether in-band ringing is avalable"
...
am: 41f5b61f5d
Change-Id: I25931f4ed056f6990c6ecb2d9f6629d89610c072
2017-03-17 00:09:58 +00:00
Treehugger Robot
41f5b61f5d
Merge "Add a flag that indicates whether in-band ringing is avalable"
2017-03-17 00:00:16 +00:00
Android Build Merger (Role)
abac7a6758
Merge "Merge "Merge "wifi: add a flag indicating legacy Passpoint configuration" am: 2d87679a11 am: 1228b6cdec" into nyc-mr2-dev-plus-aosp am: 01213393fb"
2017-03-16 23:56:01 +00:00
Yohei Yukawa
7e44218f54
Merge "Add a compat hack into SurfaceView#setWindowType()"
2017-03-16 23:54:23 +00:00
Peter Qiu
b1aff6b190
Merge "Merge "wifi: add a flag indicating legacy Passpoint configuration" am: 2d87679a11 am: 1228b6cdec" into nyc-mr2-dev-plus-aosp
...
am: 01213393fb
Change-Id: Ic5ea3f8c8521e818ee771b20cdb4d43875d6daa7
2017-03-16 23:54:12 +00:00
Andrew Zeng
18a8af21b5
Merge "Fix NPE in LockSettingsService." into cw-f-dev am: 4aff3d53ef am: a01e2212c8
...
am: d4e88e2642
Change-Id: Ie7d409e8ef3ec5c3201bcaf0ae125ca71dc10c08
2017-03-16 23:52:44 +00:00
Android Build Merger (Role)
01213393fb
Merge "Merge "wifi: add a flag indicating legacy Passpoint configuration" am: 2d87679a11 am: 1228b6cdec" into nyc-mr2-dev-plus-aosp
2017-03-16 23:41:35 +00:00
Roshan Pius
26300afd75
WifiConfiguration: Correct documentation for priority
...
Addressing the concerns raised by API council for deprecating this
field.
Bug: 35854198
Test: make update-api
Change-Id: If9ca582f5d3bd8539a226b425662832241a447cc
2017-03-16 16:41:12 -07:00
Roshan Pius
a3406db72c
WifiConfiguration: Update psk documentation
...
Adding some documentation to explain the expected contents of this
field.
Bug: 35967623
Test: make update-api
Change-Id: Ia28e2c79834c4d7b0de7350c18d5f32633e6309d
2017-03-16 16:41:04 -07:00