[Wi-Fi] Add object comments for WifiTrackerLib migration
Migrating from Wi-Fi SettingsLib to to WifiTrackerLib, there are both some Settings files of both version. Developers should develop on new version files. Bug: 152571756 Test: compile Change-Id: I4446e2e333663bf69daa1ceff102775889021851
This commit is contained in:
@@ -35,6 +35,10 @@ import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* Controller that manages a PreferenceGroup, which contains a list of saved access points.
|
||||
*
|
||||
* Migrating from Wi-Fi SettingsLib to to WifiTrackerLib, this object will be removed in the near
|
||||
* future, please develop in
|
||||
* {@link com.android.settings.wifi.savedaccesspoints2.SavedAccessPointsPreferenceController2}.
|
||||
*/
|
||||
public class SavedAccessPointsPreferenceController extends BasePreferenceController implements
|
||||
Preference.OnPreferenceClickListener {
|
||||
|
@@ -34,6 +34,10 @@ import com.android.settingslib.wifi.AccessPointPreference;
|
||||
|
||||
/**
|
||||
* UI to manage saved networks/access points.
|
||||
*
|
||||
* Migrating from Wi-Fi SettingsLib to to WifiTrackerLib, this object will be removed in the near
|
||||
* future, please develop in
|
||||
* {@link com.android.settings.wifi.savedaccesspoints2.SavedAccessPointsWifiSettings2}.
|
||||
*/
|
||||
public class SavedAccessPointsWifiSettings extends DashboardFragment {
|
||||
|
||||
|
@@ -24,6 +24,10 @@ import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* Controller that manages a PreferenceGroup, which contains a list of subscribed access points.
|
||||
*
|
||||
* Migrating from Wi-Fi SettingsLib to to WifiTrackerLib, this object will be removed in the near
|
||||
* future, please develop in
|
||||
* {@link com.android.settings.wifi.savedaccesspoints2.SubscribedAccessPointsPreferenceController2}.
|
||||
*/
|
||||
public class SubscribedAccessPointsPreferenceController extends
|
||||
SavedAccessPointsPreferenceController {
|
||||
|
Reference in New Issue
Block a user