WiFi: Remove deprecated methods
Bug: 122431221 Test: Compiled Change-Id: I66df2979cee05bf283d227a6948f0ffa42767783
This commit is contained in:
@@ -205,11 +205,6 @@ public class BaseWifiService extends IWifiManager.Stub {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
/** @removed */
|
||||
public void setCountryCode(String country) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getCountryCode() {
|
||||
throw new UnsupportedOperationException();
|
||||
@@ -325,11 +320,6 @@ public class BaseWifiService extends IWifiManager.Stub {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
/** @removed */
|
||||
public Messenger getWifiServiceMessenger(String packageName) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void enableTdls(String remoteIPAddress, boolean enable) {
|
||||
throw new UnsupportedOperationException();
|
||||
|
||||
Reference in New Issue
Block a user