Roshan Pius
02bf13a6c9
WifiManager: API upates for O am: fb441f5009
...
am: aabb1c7ecf
Change-Id: I0ff9ca3f59b4d10e41fd2d3a38329cc7f71844cf
2017-02-08 21:00:24 +00:00
Roshan Pius
707ced526f
WifiConfiguration: Remove priority field am: 45491113ed
...
am: 51641c20b2
Change-Id: I820420e7c38aac3ddff2441cf40dc367b483c0ff
2017-02-08 20:59:17 +00:00
Roshan Pius
aabb1c7ecf
WifiManager: API upates for O
...
am: fb441f5009
Change-Id: I00207a5219d97c49b1231610ad78f7ec4cbe0b96
2017-02-08 20:49:57 +00:00
Roshan Pius
51641c20b2
WifiConfiguration: Remove priority field
...
am: 45491113ed
Change-Id: I2dd6f7f7b1912259b646a715049164b48334d5b4
2017-02-08 20:49:13 +00:00
songjinshi
36bcc913f7
Merge "[Debug]: Add timeout for dumpNativeBacktraceToFile." am: b6f7a85b85
...
am: ec69bd0aa3
Change-Id: Idfe455733dd12bf82c31cb505681e4fa89d57bfb
2017-02-08 20:22:26 +00:00
songjinshi
ec69bd0aa3
Merge "[Debug]: Add timeout for dumpNativeBacktraceToFile."
...
am: b6f7a85b85
Change-Id: Iea79127b2c7d823844406f677a98fea54043f4cb
2017-02-08 20:18:13 +00:00
Treehugger Robot
b6f7a85b85
Merge "[Debug]: Add timeout for dumpNativeBacktraceToFile."
2017-02-08 20:11:23 +00:00
Erik Wolsheimer
7600235339
DO NOT MERGE Guard against null entries in process list during updateOomAdjLocked
...
am: 84aa5a864f
Change-Id: I9b5c9b25a9bd4ad5b51f7d0c7004c7275ce1e460
2017-02-08 19:46:50 +00:00
Paul Duffin
9250814fd2
Merge "Replace com.android.internal.util.Predicate with java.util.function.Predicate" am: 78a20be77a
...
am: 9e99b9ee45
Change-Id: I289950cff0cdc6b5ad301936c7b55eadee5fd0f8
2017-02-08 18:30:17 +00:00
Paul Lawrence
e9799155c9
Merge "Expand seccomp whitelist" am: fd77a331eb
...
am: 1201ce98dd
Change-Id: I87fa2d6962ebb288c8c79488cfaf73485fca7bbf
2017-02-08 18:29:08 +00:00
Tyler Gunn
3e086be542
Merge "Add support for wait-on-handlers command." am: da6d683caa
...
am: a3b4985ad4
Change-Id: I80669c442c53a49687974851dccf0c9c9b500e96
2017-02-08 18:27:37 +00:00
Paul Duffin
9e99b9ee45
Merge "Replace com.android.internal.util.Predicate with java.util.function.Predicate"
...
am: 78a20be77a
Change-Id: I6f32dc27f70e4c22d25ec6bd2eec715700ebbd89
2017-02-08 18:14:50 +00:00
Paul Lawrence
1201ce98dd
Merge "Expand seccomp whitelist"
...
am: fd77a331eb
Change-Id: I824c984b907e43248d6eba6259f31f4aab7d64db
2017-02-08 18:10:28 +00:00
Paul Duffin
78a20be77a
Merge "Replace com.android.internal.util.Predicate with java.util.function.Predicate"
2017-02-08 18:06:08 +00:00
Paul Lawrence
fd77a331eb
Merge "Expand seccomp whitelist"
2017-02-08 17:57:42 +00:00
Tyler Gunn
a3b4985ad4
Merge "Add support for wait-on-handlers command."
...
am: da6d683caa
Change-Id: I71bee35ec1bf6ff4100f6515ea87dcc89312a689
2017-02-08 17:17:30 +00:00
Roshan Pius
fb441f5009
WifiManager: API upates for O
...
Deprecate the following API's:
1. pingSupplicant() - We don't want apps trying to figure out if
wpa_supplicant is running or not. It should not be something that
apps need to know.
2. saveConfiguration() - No longer needed, we automatically persist data
when needed.
Other changes:
1. Reworded the docstrings to remove direct reference to wpa_supplicant
for network configuration related API's.
2. We no longer allow apps to modfiy network configuration of other
apps. Added a docstring explaining that in the 3 modify API's.
3. Changed the wording of enableNetwork's |disableOthers| flag.
Bug: 31146757
Test: make update-api
Change-Id: If970d85146de3532072191cb2b7ecb0d5adb2774
2017-02-08 08:51:26 -08:00
Roshan Pius
45491113ed
WifiConfiguration: Remove priority field
...
This field is no longer used anywhere within wifi framework and hence
removing this from public API.
Bug: 28341078
Test: make update-api
Change-Id: I5bd115742ca610735b00c20f2ffab7590c5f3256
2017-02-08 08:50:29 -08:00
Paul Lawrence
76c20442cf
Expand seccomp whitelist
...
Bug: 35059702
Test: Device boots, app no longer produces SIGSYS failures
Change-Id: I020b625bd7529ad9806c0b23a1ca70bc87906dad
2017-02-08 08:38:45 -08:00
Tyler Gunn
da6d683caa
Merge "Add support for wait-on-handlers command."
2017-02-08 16:09:09 +00:00
Paul Duffin
290274df0d
Merge "Fix problem with JavaDoc" am: 8f33fcdc4b
...
am: 4929aafc1d
Change-Id: I08c9f20c34a2952105854d107b442884dba220b1
2017-02-08 11:35:19 +00:00
Paul Duffin
4929aafc1d
Merge "Fix problem with JavaDoc"
...
am: 8f33fcdc4b
Change-Id: I25fd01b35a2c1299304401a1333f737ee9252317
2017-02-08 11:31:15 +00:00
Treehugger Robot
8f33fcdc4b
Merge "Fix problem with JavaDoc"
2017-02-08 11:21:29 +00:00
Paul Duffin
b5c09b5487
Fix problem with JavaDoc
...
Test: make checkbuild
Change-Id: Ia321e0a57ff63aa62adee16d611c063a22807176
2017-02-08 09:16:18 +00:00
Erik Wolsheimer
84aa5a864f
DO NOT MERGE Guard against null entries in process list during updateOomAdjLocked
...
BUG: 34312358
Change-Id: I9b303d443b082bba8b440e6e1ef68b050a970386
2017-02-07 20:54:20 -08:00
Peter Qiu
1c8845c6b0
Merge changes from topic 'Passpoint API Rename' am: 93d66c83cf
...
am: 322c9a9ec5
Change-Id: I91231f6c6ad804997071f81f0d3998f1d8231a73
2017-02-07 23:47:46 +00:00
Peter Qiu
1a8cb5dfec
hotspot2: expose Passpoint APIs as public am: bffe405e1f
...
am: b898025e8c
Change-Id: I10d77f87722d5b21004df1394b1b5d9e82b78976
2017-02-07 23:40:45 +00:00
Peter Qiu
57375308dc
hotspot2: fix class/function/variable names to comply with API guideline am: da8a67e8a6
...
am: 7fec249699
Change-Id: Ib37832f30b5174f52e71ef2e3f796c669ba7bda9
2017-02-07 23:39:50 +00:00
Peter Qiu
9bddb8ccd8
hotspot2: rename classes to comply with API guideline am: a77809766c
...
am: c4f4a1ac9e
Change-Id: I00cda97fa573cb7dcb3ac8501ead6b34b91f1b1e
2017-02-07 23:38:36 +00:00
Peter Qiu
322c9a9ec5
Merge changes from topic 'Passpoint API Rename'
...
am: 93d66c83cf
Change-Id: Ibff6d79c8ca51b760932909e89b21e8c843acc89
2017-02-07 23:38:35 +00:00
Peter Qiu
b898025e8c
hotspot2: expose Passpoint APIs as public
...
am: bffe405e1f
Change-Id: I86065439f5902b6ce7b0ceec3f295e14f0dff47f
2017-02-07 23:32:08 +00:00
Peter Qiu
7fec249699
hotspot2: fix class/function/variable names to comply with API guideline
...
am: da8a67e8a6
Change-Id: I48f7b3ab747c0323aec5208c7a0afa123ff68729
2017-02-07 23:31:02 +00:00
Peter Qiu
c4f4a1ac9e
hotspot2: rename classes to comply with API guideline
...
am: a77809766c
Change-Id: Iaaf34a5ec744775e472d1b3eb8673ebf610b1c61
2017-02-07 23:30:19 +00:00
Treehugger Robot
93d66c83cf
Merge changes from topic 'Passpoint API Rename'
...
* changes:
hotspot2: expose Passpoint APIs as public
hotspot2: fix class/function/variable names to comply with API guideline
hotspot2: rename classes to comply with API guideline
2017-02-07 23:25:04 +00:00
Paul Lawrence
53e6c94c0b
Merge "Expand seccomp whitelist" am: 10e7aed13f
...
am: 0ab0d47516
Change-Id: Id7512df1f0df56f73352c82a3ad55eb5360ebd91
2017-02-07 23:03:32 +00:00
Paul Lawrence
0ab0d47516
Merge "Expand seccomp whitelist"
...
am: 10e7aed13f
Change-Id: I8060b31a8ac20ddd77b7139c5a3bbd8d146dbc27
2017-02-07 22:59:34 +00:00
Paul Lawrence
10e7aed13f
Merge "Expand seccomp whitelist"
2017-02-07 22:50:44 +00:00
Brad Ebinger
ac3f482f15
Merge "Perform camera permission and app ops check when setting camera for VT." am: ed5c217fc0
...
am: 3d6f878b75
Change-Id: I0ed577718d9ffd72ec7668889d4da4db0060cb5f
2017-02-07 22:37:31 +00:00
Brad Ebinger
3d6f878b75
Merge "Perform camera permission and app ops check when setting camera for VT."
...
am: ed5c217fc0
Change-Id: I0fd4ed2260a9654e2889121022192f62f86a3d0c
2017-02-07 22:33:05 +00:00
Brad Ebinger
ed5c217fc0
Merge "Perform camera permission and app ops check when setting camera for VT."
2017-02-07 22:26:44 +00:00
Peter Qiu
bffe405e1f
hotspot2: expose Passpoint APIs as public
...
Bug: 34862444
Test: frameworks/base/wifi/tests/runtests.sh
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: I8bf5c715b9088c673e59a73a78e18f6e6b64d1d1
2017-02-07 13:34:47 -08:00
Peter Qiu
da8a67e8a6
hotspot2: fix class/function/variable names to comply with API guideline
...
Bug: 34862444
Test: frameworks/base/wifi/tests/runtests.sh
Test: frameworsk/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: Ide425c06be46bc41c8f601e732dca0543de096b1
2017-02-07 13:34:46 -08:00
Peter Qiu
a77809766c
hotspot2: rename classes to comply with API guideline
...
This is purely a file rename operation.
Bug: 34862444
Test: None
Change-Id: I297a228f3ee7e09c9cce5ca9f677eb1db478fd46
2017-02-07 13:34:46 -08:00
songjinshi
e02e3ea7f9
[Debug]: Add timeout for dumpNativeBacktraceToFile.
...
If the debuggerd be blocked, the watchdog and
activitymanager thread will be blocked when the
ANR or watchdog occurs,so we needed to add
timeout for dumpNativeBacktraceToFile.
Change-Id: Iab1a64328e70257025d860638d93a4fb8eaaeea2
Signed-off-by: songjinshi <songjinshi@xiaomi.com >
2017-02-07 19:17:45 +00:00
Paul Duffin
3e5fbca0c5
Replace com.android.internal.util.Predicate with java.util.function.Predicate
...
Bug: 35089332
Bug: 30188076
Test: make checkbuild
Merged-In: I0a5b4bf520fc39b59d8d790b01e9cff0d54e6d21
Change-Id: I58e4e35e7b7315033d893748f7c79e1ba6732f39
2017-02-07 16:57:54 +00:00
Paul Lawrence
c47dd7cf0c
Expand seccomp whitelist
...
Bug: 34979910
Test: System boots, app runs
Change-Id: I8b60a24ac855679251e73edcdec57eb4af4a5610
2017-02-07 08:21:29 -08:00
Tyler Gunn
18dfc36012
Add support for wait-on-handlers command.
...
Add support for wait on handlers adb telecom command. Used in CTS
tests to ensure work is completed once all Telecom handlers have finished
their current work.
Test: CTS, Manual
Bug: 34159263
Change-Id: I14acc0a04710b445c172629c2327813ee73a5a55
2017-02-06 20:47:04 -08:00
Andreas Huber
0e686542e6
Merge "Fixes Treble marshaling of strings embedded in structures from Java" am: 97fca8c035
...
am: 0bae9b1406
Change-Id: I0eb29e3e80243a958aa2520924ea9ad859034cdf
2017-02-07 00:12:13 +00:00
Pavlin Radoslavov
b7067e2b6c
Merge "Add a mechanism to configure the default A2DP codec priorities" am: acf34d8b62
...
am: cd6e0ee19d
Change-Id: I6fb8a3a35451cf2d1e228466ef4a4d4e89d1d4ca
2017-02-07 00:10:21 +00:00
Jason Monk
55345f5c30
Merge "Hotspot Tile: longclick should open Tethering settings" am: 96c4f1a21e
...
am: 4e82bf6c51
Change-Id: I39d311e1b455a7a3e53ac8c1b12d1d67b07972ee
2017-02-07 00:09:14 +00:00