summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/AdbIpAddressPreferenceController.java
AgeCommit message (Collapse)Author
2021-03-18Remove hidden connectivity methods accessChiachang Wang
This commit resolves the hidden methods accesses for LinkProperties, IpConfiguration and RouteInfo with atlernative way for the connectivity mainline module preparation. Bug: 172183305 Test: make RunSettingsRoboTests ROBOTEST_FILTER=\ com.android.settings.wifi.details2.WifiDetailPreferenceController2Test Test: make RunSettingsRoboTests ROBOTEST_FILTER=\ com.android.settings.wifi.details.WifiDetailPreferenceControllerTest Test: make RunSettingsRoboTests ROBOTEST_FILTER=\ com.android.settings.UtilsTest Test: make RunSettingsRoboTests ROBOTEST_FILTER=\ com.android.settings.wifi.WifiConfigController2Test Test: make RunSettingsRoboTests ROBOTEST_FILTER=\ com.android.settings.wifi.WifiConfigController2Test Change-Id: Iec4dab5d9fa12dedcf69a1cfe2a8be0956bc0d79
2021-03-15Replace the hidden getActiveLinkProperties usageChiachang Wang
It's a refactor work to remove the hidden connectivity method usages outside the incoming connectivity module. CM#getActiveLinkProperties is hidden and no longer supported outside the module. Caller should replace it with CM#getLinkProperties(Network), so replace the usage as it is. Bug: 172183305 Test: m Change-Id: I20bcc9da97113da352e43a87d029596c9729cad8
2020-02-21[adb-wireless] Add Wireless Debugging Switch in Developer options.Joshua Duong
Bug: 111434128 Bug: 119492574 Test: make RunSettingsRoboTests ROBOTEST_FILTER=WirelessDebugging Change-Id: I188badb43035172642cf235bb27e56d3a1dea169