[Wi-Fi] Replace AccessPoint with WifiEntry for WifiDialog2
Bug: 146407136 Test: make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.wifi make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.wifi.detail2 Change-Id: I65899b24c186e1bd1bb0d00db52c67264f30f3cb
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
package com.android.settings.wifi;
|
||||
|
||||
import android.net.NetworkInfo.DetailedState;
|
||||
|
||||
import com.android.wifitrackerlib.WifiEntry;
|
||||
|
||||
/**
|
||||
@@ -64,13 +62,6 @@ public class WifiEntryShell {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Mapping of the corresponding {@link WifiDetailPreferenceController} method
|
||||
*/
|
||||
public static boolean canModifyNetwork(WifiEntry wifiEntry) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Mapping of the corresponding {@link AccessPoint} method
|
||||
*/
|
||||
@@ -78,13 +69,6 @@ public class WifiEntryShell {
|
||||
return "None";
|
||||
}
|
||||
|
||||
/**
|
||||
* Mapping of the corresponding {@link AccessPoint} method
|
||||
*/
|
||||
public static DetailedState getDetailedState(WifiEntry wifiEntry) {
|
||||
return null;
|
||||
}
|
||||
|
||||
// Passpoint methods
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user