- Nov 14, 2016
-
-
Peter Qiu authored
These APIs are used for installing/modifying the PerProviderSubscription Management Object tree in XML string representation and are used only by the unreleased Hotspot 2.0 Release 2 app (OSU app). The OSU app will be updated to use the new APIs which uses Parcelable objects to represent provider configuration. Bug: 32509661 Test: frameworks/base/wifi/tests/runtests.sh Change-Id: Iff6b6e4b95b76d48201eeeb47f441b7c94f359bb
-
Sohani Rao authored
-
Sohani Rao authored
-
Svetoslav Ganov authored
If permission review is enabled toggling WiFi on or off results in a user prompt to collect a consent. This applies only to legacy apps, i.e. ones that don't support runtime permissions as they target SDK 22. Bug: 28715749 Test: Unit Tests Change-Id: I020601e208c0736005bcabc7b7b77b96eee45b03 Merged-In: I020601e208c0736005bcabc7b7b77b96eee45b03
-
Sohani Rao authored
Wifi Display is configured using the AIDL call setMiracastMode() and using a message over the async channel SET_WFD_INFO. Enforce permissions on the calling uid before updating the config Bug: 18668877 Test: Unit tests Change-Id: I0be2d2af49070aad759f24bd31331f7df39a0422 Merged-In: I0be2d2af49070aad759f24bd31331f7df39a0422
-
Tyler Gunn authored
-
Treehugger Robot authored
-
- Nov 11, 2016
-
-
Jakub Pawlowski authored
-
Jakub Pawlowski authored
This patch removes isPeripheralModeSupported(), hidden public method which is always returning true. It also modify the BluetoothLeAdvertiser to be able to use advertising instance with instance id equal 0. Bug: 30622771 Bug: 24099160 Change-Id: Id31582621dbe56d5c3a8d4ee5cd296af66a5f026
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Marie Janssen authored
Simplify tracking registered BLE Apps and clear the state when we try to recover bluetooth from starting to ON. Test: enable and disable bluetooth an LE-only app running Bug: 32609235 Change-Id: I3233bf8402a3c8fc4886ef21b1e9411bc78d4e2c
-
Steven Moreland authored
Test: hidl_test, hidl_test_java Bug: 32745840 Change-Id: I9e4dcaaf7365d03cb53a2e1e8cd6336fbc08417d
-
Treehugger Robot authored
-
Tyler Gunn authored
Adding companion PhoneAccount capability which is used to indicate when a PhoneAccount supports video calling. That is, whether it can potentially make video calls, but not necessarily at the current time. This is an often requested OEM enhancement which is used to drive UX (e.g. imagine a video calling icon showing up if the device supports video, but only being enabled when the device is in range of a VT capable tower). See bug for reference to design doc. Merged-Id: I38379a3a1cf1be04c6136b89b93ee95193ee7b6f Bug: 27328615 Test: Manual Change-Id: I08fc18950e6d35a8a7df47ce37aa2326624b9fd3
-
Jack Yu authored
Merge "Expose getters for RSRP, RSRQ, RSSNR, and CQI in CellSignalStrengthLte. Regenerate api accordingly. BUG: 32609966 Test: CTS Testing new API"
-
Marco Nelissen authored
Bug: 32114618 Test: ran CTS test Change-Id: I9fe77689bf0bcd1bc8f6c5a4d62135271c7bef8b
-
Treehugger Robot authored
-
Robert Sesek authored
In Ieb75cc3009ed26b7366213409d5fad836f597084, the unshare step was skipped if no storage is required. But the change failed to take the force parameter into account Test: m Test: angler boots Test: fugu boots Bug: 21643067 Change-Id: I52447f02fd25f553628564733fd6bf2523c07f7c
-
Treehugger Robot authored
-
- Nov 10, 2016
-
-
Treehugger Robot authored
-
Ta-wei Yen authored
Merge "Add createForPhoneAccountHandle() and getServicetate() Respect TelephonyManager's subId when listening to phone state"
-
Ta-wei Yen authored
Respect TelephonyManager's subId when listening to phone state TelecomManager perfers to use a PhoneAccountHandle to represent a account but TelephonyManager prefers subscription IDs. This CL added createForPhoneAccountHandle() in TelephonyManager so telephony values can be queried from it. Currently the ServiceState can be retrieved through registering a PhoneStatelistener, but it is a callback which the handler cannot be specified. getServiceState() is added to allow the ServiceState to be polled. While TelphonyManager has createForSubscriptionId(), listen() does not respect the subId on the manager created from it, and will always use the hidden subId on the listener, which is always the default subId through public API. After this CL, the default subId on the listener will null. TelephonyManager use its' own subId if the listener does not set the subId to something else. Bug: 32637799 Bug: 32414216 Test: cts-tradefed run cts-dev --module CtsTelephonyTestCases Change-Id: I9995e4da1573cf1f6b6e4acf2daf7a538fb60d5f
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Jakub Pawlowski authored
When address type is not parsed, creating bond to devices not using random address is impossible. Bug: 32780409 Test: try pairing with nRF52DK using random address Change-Id: Ie6cc1f8c008d43b2acd021b47f9bbfb1f63472e8
-
Treehugger Robot authored
-
Peter Qiu authored
Add dedicated APIs for managing Passpoint configurations, since Passpoint configurations are different from WiFi network configurations. A Passpoint configuration provides a credential for authenticating to one or more WiFi networks that are operated by the "same" service provider. Bug: 32282711 Test: make -j32 Change-Id: I52822ab3074e2f2a3d986e3c0a24d024f2c06dca
-
Peter Qiu authored
Bug: 32277793 Test: frameworks/base/wifi/tests/runtests.sh Change-Id: I526c5e88e504c9c843d517a1a8208bc35d8655e9
-
Randy Pan authored
-
Akira Oshimi authored
SystemUI Tuner's activity changes to null when Multi-window's state is changed after confirmation dialog about removing SystemUI Tuner is shown. Then NullPointerException occurs by trying to finish the activity to tap "REMOVE" button on the confirmation dialog. So add null check before finish the activity. Bug: 32786029 Test: manual - remove System UI Tuner on Multi-Window mode Change-Id: I455d17c0c600eeb05c9dfb7d609d40307de2f855
-
- Nov 09, 2016
-
-
Kevin Su authored
Regenerate api accordingly. BUG: 32609966 Test: CTS Testing new API Change-Id: I2603fc0001f31ff23f02f4fdf2a72b33f2750a4c
-
Sohani Rao authored
-
Andreas Huber authored
Test: make, hidl_test_java Bug: 32670143 Change-Id: Ia987a26fceab41cfc18fbae7c83e01dff1d9d11a
-
liangweikang authored
https://code.google.com/p/android/issues/detail?id=226956 Test: compile anr monkey test Signed-off-by: liangweikang <liangweikang900911@gmail.com>
-
Randy Pan authored
Factor in the timestamp when computing the Tx/Rx rates. The reported rate is a combination of current and previous rates with a heavier weight from the current rate. Bug: 30982272 Test: Ran the new image and compared the results against the old algorithm. Change-Id: I485b7002416f382993353d9f6240ea63cb08ddae
-
- Nov 08, 2016
-
-
Treehugger Robot authored
-
Sohani Rao authored
The service enforces location permissions on the caller, verifies the calling package is registered with the uid. BUG: 30760540 Test: Unit tests, P2p scan to get peer list and establishing a Wifi Direct connection Change-Id: Ia0eb466a370a00c0264944871ce348841a17abc3 Merged-In: Ia0eb466a370a00c0264944871ce348841a17abc3
-
Tyler Gunn authored
-