Andreas Huber
63f0ebc7a8
Merge "Adds support for specifying the version of a service to register/lookup." am: c3d8550cf3
...
am: 8bd63a39f3
Change-Id: I00c3d6441f15011a6ddbb281169bfcac71aff062
2016-10-26 15:54:20 +00:00
Andreas Huber
8bd63a39f3
Merge "Adds support for specifying the version of a service to register/lookup."
...
am: c3d8550cf3
Change-Id: I6b12021c6100f33de7f4b4702bdb4bf1a48c0259
2016-10-26 15:49:52 +00:00
Andreas Huber
c3d8550cf3
Merge "Adds support for specifying the version of a service to register/lookup."
2016-10-26 15:38:45 +00:00
Jakub Pawlowski
f68a0c6dec
Merge "Add helper method to convert Bluetooth UUID to bytes" am: 8a0a58b218
...
am: f169ecb76f
Change-Id: I035eb25c9a320b1760221bc5928919a148801488
2016-10-25 21:54:44 +00:00
Jakub Pawlowski
f169ecb76f
Merge "Add helper method to convert Bluetooth UUID to bytes"
...
am: 8a0a58b218
Change-Id: I829135e559a9c3cf3c942258a16acee62c37c3ac
2016-10-25 21:47:35 +00:00
Andreas Huber
35eb7994f8
Adds support for specifying the version of a service to register/lookup.
...
Bug: 32405011
Test: hidl_test_java
Change-Id: I91a31cafa68d570c67f9a1aa7efb9d3dcb35e591
2016-10-25 13:35:44 -07:00
Jakub Pawlowski
f67ee83a22
Add helper method to convert Bluetooth UUID to bytes
...
Bug: 30622771
Test: sl4a ConcurrentBleAdvertisingTest
Change-Id: I7f646d1d357c51b82efc504a0e65d868ad363ddb
2016-10-25 12:30:24 -07:00
Robert Sesek
aa544e975e
Merge "Create the WebViewZygote and implement WebViewZygoteInit." am: 8be2850546
...
am: f80fab010a
Change-Id: I37d0d62662ee96a9eefe2dfa71670d8e4b724889
2016-10-22 03:17:15 +00:00
Robert Sesek
f80fab010a
Merge "Create the WebViewZygote and implement WebViewZygoteInit."
...
am: 8be2850546
Change-Id: I608ea53be52cb91f0e8cf73998de4578b39e099a
2016-10-22 03:12:18 +00:00
Treehugger Robot
8be2850546
Merge "Create the WebViewZygote and implement WebViewZygoteInit."
2016-10-22 03:03:10 +00:00
Jeremy Joslin
807102d7ff
VPN network stat accounting changes. am: 3f0d75afe8
...
am: 0d309b7a47
Change-Id: I797ac586581f83ada0e94639dd435122c987f1c1
2016-10-21 23:43:06 +00:00
Jeremy Joslin
0d309b7a47
VPN network stat accounting changes.
...
am: 3f0d75afe8
Change-Id: I1c65db583cdd1d5b519830e521c633cb8dee449f
2016-10-21 23:37:57 +00:00
Yin-Chia Yeh
0eb99d23b4
Merge "Camera2 Legacy: catch more surface abandoned error" am: 03f14bef41
...
am: 50f9b6e71f
Change-Id: I1da99a15ab8ff08d3f9ccb0e9408990ad60ff279
2016-10-21 21:18:48 +00:00
Vinod Krishnan
ccf3baf6c5
Fwk: Only chime when docked and accessbility is on
...
am: cf11ceab65
Change-Id: Ief29ef6f325a8248843faa9fbe9ae6ff893a6918
2016-10-21 21:14:19 +00:00
Yin-Chia Yeh
50f9b6e71f
Merge "Camera2 Legacy: catch more surface abandoned error"
...
am: 03f14bef41
Change-Id: If2e05eeb8c7fe24f97fc0c5e20bfe03a6c8c9e23
2016-10-21 21:07:44 +00:00
TreeHugger Robot
088f73a9e9
Merge "Fwk: Only chime when docked and accessbility is on" into cw-f-dev
2016-10-21 20:41:10 +00:00
Yin-Chia Yeh
091661334b
Camera2 Legacy: catch more surface abandoned error
...
Bug: 30140107
Change-Id: Ia293bdbb85c8078e17def55db9c599cfe70458db
2016-10-21 11:40:46 -07:00
Vinod Krishnan
cf11ceab65
Fwk: Only chime when docked and accessbility is on
...
Bug: 32036947
Change-Id: I5786abe827735cc3a4bc1d52baacaa19bccaae77
2016-10-21 10:28:37 -07:00
Jeremy Joslin
3f0d75afe8
VPN network stat accounting changes.
...
Properly account for VPN apps that make heavy use of the tun
interface. Prior to this change a VPN app could be incorrectly charged
for more data than it actually used if it sent more traffic through
the tun interface than the underlying interface.
This change excludes VPN app traffic on the tun interface from the
adjustment pool and doesn't redistribute traffic to the VPN app.
Instead all of the redistributed traffic is deducted from the VPN app
which effectively represents any overhead incurred by the VPN app.
BUG: 30557871
Change-Id: I62a75a0c0c0111e052b7903baa9f5d6d94ef57fd
2016-10-21 18:47:57 +09:00
Jacky Cheung
bd12e5c9db
Merge "Gradually increase the level of authentication on failed GATT operations." am: 6071abdb92
...
am: 046a5c3a00
Change-Id: I749b2e4d4a13f099cfdc164f7fec8556d09f8433
2016-10-20 23:11:51 +00:00
Jacky Cheung
046a5c3a00
Merge "Gradually increase the level of authentication on failed GATT operations."
...
am: 6071abdb92
Change-Id: If06babf4a23879acdfc358838cdc094d753c362b
2016-10-20 23:03:57 +00:00
Jacky Cheung
3854e22674
Gradually increase the level of authentication on failed GATT operations.
...
When lower layer returns insufficient authentication or insufficient
encryption on various GATT operations, gradually retry with increased
authentication level first to AUTHENTICATION_NO_MITM, then
AUTHENTICATION_MITM.
Test: ported from internal branch.
Change-Id: I6bcc4198ca493b7900ddd166a81d30cde896fa86
2016-10-20 13:59:04 -07:00
Jacky Cheung
8167362bab
Merge "Gradually increase the level of authentication on failed GATT operations." into cw-f-dev
2016-10-20 20:42:09 +00:00
Calvin On
4a048f9964
Add option to skip and avoid captive portals.
...
am: 4bc78eba6f
Change-Id: Id38d5c03d06822f9b20abd65db9dd04c90110b63
2016-10-20 20:18:10 +00:00
Calvin On
4bc78eba6f
Add option to skip and avoid captive portals.
...
Test: ConnectivityServiceTest updated with test cases.
Test: Manually tested against att-wifi in B42.
Bug: 30222699
Change-Id: Ibe63942da04748ab0406e24e0f44be31d47710a0
(cherry picked from commit be96da11cc )
2016-10-20 18:50:46 +00:00
Jacky Cheung
84c6d339ee
Gradually increase the level of authentication on failed GATT operations.
...
When lower layer returns insufficient authentication or insufficient
encryption on various GATT operations, gradually retry with increased
authentication level first to AUTHENTICATION_NO_MITM, then
AUTHENTICATION_MITM.
Change-Id: I68335cf7451aeaf49c227d604f69cb329d117d08
2016-10-20 18:17:12 +00:00
Kevin Hufnagle
cc93c4d247
docs: Updated ShortcutManager and ShortcutInfo class references. am: 68d699d100
...
am: 38138600d2
Change-Id: I5545ca14cebb7ff1d38f03d329c3a0dd1f329390
2016-10-20 00:02:14 +00:00
Kevin Hufnagle
38138600d2
docs: Updated ShortcutManager and ShortcutInfo class references.
...
am: 68d699d100
Change-Id: I3d6ba36f36eddc3e9075383011732143c910a13f
2016-10-19 23:53:36 +00:00
Kevin Hufnagle
fee89015c5
Merge "docs: Updated ShortcutManager and ShortcutInfo class references." into nyc-mr1-dev
2016-10-19 23:43:52 +00:00
Andreas Huber
599d51393c
Merge "HIDL Vectors are now exposed to Java as ArrayList<T>, the supporting APIs on" am: 2202b164d8
...
am: abfd527d09
Change-Id: I53a55b6278c1b59bef454b880d540dbd46684af7
2016-10-19 19:45:54 +00:00
Christopher Wiley
31ac117bef
Merge "Use this.isUp() inside InterfaceConfiguration" am: 239df3cc5a
...
am: c6e72b30c7
Change-Id: I21739e50ed2111afdb073299f96e8cd22788034c
2016-10-19 19:39:13 +00:00
Andreas Huber
abfd527d09
Merge "HIDL Vectors are now exposed to Java as ArrayList<T>, the supporting APIs on"
...
am: 2202b164d8
Change-Id: I43bec2c6d3e6e4201f7a50981f428ef00f384684
2016-10-19 19:39:03 +00:00
Christopher Wiley
c6e72b30c7
Merge "Use this.isUp() inside InterfaceConfiguration"
...
am: 239df3cc5a
Change-Id: Id6f064d7a74e41d757de2499653671fc830d217b
2016-10-19 19:31:57 +00:00
Andreas Huber
2202b164d8
Merge "HIDL Vectors are now exposed to Java as ArrayList<T>, the supporting APIs on"
2016-10-19 19:30:29 +00:00
Treehugger Robot
239df3cc5a
Merge "Use this.isUp() inside InterfaceConfiguration"
2016-10-19 19:15:31 +00:00
Marie Janssen
849174f228
Bluetooth: More logging of bluetooth service state am: 9fa2491850
...
am: d8e027b5a4
Change-Id: Ifaa9bad48234a6035b49a6a05484d91df31c5727
2016-10-19 16:49:23 +00:00
Marie Janssen
d8e027b5a4
Bluetooth: More logging of bluetooth service state
...
am: 9fa2491850
Change-Id: Idd26922caf3c1a0fb77d2091ac86bfe3a1d1c62a
2016-10-19 16:43:09 +00:00
Marie Janssen
9fa2491850
Bluetooth: More logging of bluetooth service state
...
Bug: 32140251
Bug: 32140271
Bug: 32060415
Change-Id: I50faa184551748023ea5a573646a75293f553d16
2016-10-19 16:28:31 +00:00
Adam Lesinski
cc903f425a
Fix regression with defaultDisplay adjustments am: f02523bf4b
...
am: be75a58447
Change-Id: I748eaefa1a99b9af5101177090cf906267620f0b
2016-10-18 23:03:51 +00:00
Adam Lesinski
be75a58447
Fix regression with defaultDisplay adjustments
...
am: f02523bf4b
Change-Id: I7e96a95bcb75ee0b286e73024f62391cc1b759dd
2016-10-18 22:55:14 +00:00
Kevin Hufnagle
68d699d100
docs: Updated ShortcutManager and ShortcutInfo class references.
...
Bug: 32074598
Change-Id: I168d49a8542b411a074dc6e9120b0f08f72a829a
2016-10-18 15:53:09 -07:00
TreeHugger Robot
0858d08a88
Merge "Fix regression with defaultDisplay adjustments" into nyc-mr1-dev
2016-10-18 22:46:24 +00:00
Adrian Roos
102aa8b6f1
Separate ambient display triggers am: b7e4e10618
...
am: 59116440e7
Change-Id: I588f5541c73ae356b255ffa6b1e23c1fbcd1693e
2016-10-18 22:19:43 +00:00
Adrian Roos
59116440e7
Separate ambient display triggers
...
am: b7e4e10618
Change-Id: I575f96338cffa0f6e8adb1b9ff300dbd322398dc
2016-10-18 22:07:03 +00:00
Adam Lesinski
f02523bf4b
Fix regression with defaultDisplay adjustments
...
ag/1542219 introduced a regression where if the display was the default
display, the configuration would still be adjusted as if it were
a non-default display. This fixes that logic to only adjust the
configuration if the display is non-default.
Bug:32133693
Test: cts-tradefed run cts --module CtsServicesHostTestCases --test android.server.cts.ActivityManagerAppConfigurationTests#testConfigurationUpdatesWhenRotatingToSideFromDocked
Change-Id: Ib2fda8c1651609efa9d20b3e2dace8a122864916
2016-10-18 20:13:57 +00:00
Adrian Roos
b7e4e10618
Separate ambient display triggers
...
Allows configuring notification and sensor triggers
separately. Introduces a helper class that hosts the
logic for determining what kinds of triggers a device
supports.
Bug: 32073185
Change-Id: Ie7e8eb6b895dcc54e6f972e70642c7248b9e223a
Test: disable "ambient display", sensor triggers should still work
2016-10-18 10:43:44 -07:00
Bryce Lee
ccd3468567
resolve merge conflicts of b1301fa to nyc-mr1-dev-plus-aosp
...
Change-Id: Idb97adf36d981a340cdb5d24d4c3c3858d23e2fe
2016-10-18 10:07:00 -07:00
Andreas Huber
ef1a565bd4
HIDL Vectors are now exposed to Java as ArrayList<T>, the supporting APIs on
...
HwParcel now reflect this change.
Bug: 32237331
Test: hidl_test_java
Change-Id: Ia1ce5a4e3acedd8ebcff15107aea53ce28fde589
2016-10-18 09:36:02 -07:00
Bryce Lee
112ae34fea
Merge "Add a way to query for supported Bluetooth profiles." into cw-f-dev
2016-10-18 16:32:52 +00:00
Sanket Agarwal
933c625a92
Merge "Remove APIs that are not directly usable." am: 9cff57312d
...
am: 086be31642
Change-Id: I5f95fe50d16b26601405816625f4aa45f2ef6647
2016-10-17 21:32:21 +00:00