Remove unnecessary codes around WifiSettings.
Bug: 3321110 Change-Id: Iaac35a507b8e46e2d4702f0e5cda7b515a57db67
This commit is contained in:
@@ -356,15 +356,6 @@ public class WifiSettings extends SettingsPreferenceFragment
|
||||
mDialog.show();
|
||||
}
|
||||
|
||||
/**
|
||||
* Called from {@link WifiSettingsForSetupWizardXL} when the object wants to open
|
||||
* {@link WifiDialog} anyway, though usually it prepares its own simplified UI for
|
||||
* configuring a wifi network.
|
||||
*/
|
||||
/* package */ void showDialogForSelectedPreference() {
|
||||
showDialog(mSelectedAccessPoint, mEdit);
|
||||
}
|
||||
|
||||
private boolean requireKeyStore(WifiConfiguration config) {
|
||||
if (WifiConfigController.requireKeyStore(config) &&
|
||||
KeyStore.getInstance().test() != KeyStore.NO_ERROR) {
|
||||
|
Reference in New Issue
Block a user