summaryrefslogtreecommitdiffstats
path: root/service/java/com/android/server/wifi/hotspot2/SystemInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix all Wifi calls to TelephonyManager to explicitly use default data ↵David Su2019-05-071-2/+6
| | | | | | | | | | | | | | | | subscription Previously, calls to TelephonyManager APIs did not specify which subscription to use, and different Telephony APIs have different default subscriptions to use, leading to inconsistent data being retrieved. Fix these API calls to consistently use the default data subscription. Bug: 112741663 Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh Test: Connect to EAP-SIM network with one SIM for voice and one SIM for data. Change-Id: Id352372a21fc2dca60b9df88ced1bc3fb47f28d8
* passpoint-r2: added the OMA-DM MO and XML lib for the serializationEcco Park2018-05-211-0/+145
Bug: 78141901 Test: ./frameworks/opt/net/wifi/tests/wifitests/runtests.sh Change-Id: I0ddbfaf29c4ff6e3d3803cb33a15cae69fe4ba08 Signed-off-by: Ecco Park <eccopark@google.com>