Loading wifi/java/com/android/server/wifi/BaseWifiService.java +0 −18 Original line number Diff line number Diff line Loading @@ -289,18 +289,6 @@ public class BaseWifiService extends IWifiManager.Stub { throw new UnsupportedOperationException(); } /** @deprecated replaced by {@link #startLocalOnlyHotspot(ILocalOnlyHotspotCallback, String)} */ @Deprecated public int startLocalOnlyHotspot(Messenger messenger, IBinder binder, String packageName) { throw new UnsupportedOperationException(); } /** @deprecated replaced by newer signature */ @Deprecated public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName) { return startLocalOnlyHotspot(callback, packageName, null, null); } @Override public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, String featureId, SoftApConfiguration customConfig) { Loading @@ -312,12 +300,6 @@ public class BaseWifiService extends IWifiManager.Stub { throw new UnsupportedOperationException(); } /** @deprecated replaced by {@link #startWatchLocalOnlyHotspot(ILocalOnlyHotspotCallback)} */ @Deprecated public void startWatchLocalOnlyHotspot(Messenger messenger, IBinder binder) { throw new UnsupportedOperationException(); } @Override public void startWatchLocalOnlyHotspot(ILocalOnlyHotspotCallback callback) { throw new UnsupportedOperationException(); Loading Loading
wifi/java/com/android/server/wifi/BaseWifiService.java +0 −18 Original line number Diff line number Diff line Loading @@ -289,18 +289,6 @@ public class BaseWifiService extends IWifiManager.Stub { throw new UnsupportedOperationException(); } /** @deprecated replaced by {@link #startLocalOnlyHotspot(ILocalOnlyHotspotCallback, String)} */ @Deprecated public int startLocalOnlyHotspot(Messenger messenger, IBinder binder, String packageName) { throw new UnsupportedOperationException(); } /** @deprecated replaced by newer signature */ @Deprecated public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName) { return startLocalOnlyHotspot(callback, packageName, null, null); } @Override public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, String featureId, SoftApConfiguration customConfig) { Loading @@ -312,12 +300,6 @@ public class BaseWifiService extends IWifiManager.Stub { throw new UnsupportedOperationException(); } /** @deprecated replaced by {@link #startWatchLocalOnlyHotspot(ILocalOnlyHotspotCallback)} */ @Deprecated public void startWatchLocalOnlyHotspot(Messenger messenger, IBinder binder) { throw new UnsupportedOperationException(); } @Override public void startWatchLocalOnlyHotspot(ILocalOnlyHotspotCallback callback) { throw new UnsupportedOperationException(); Loading