diff options
| author | 2017-04-30 22:00:55 +0000 | |
|---|---|---|
| committer | 2017-04-30 22:00:55 +0000 | |
| commit | 0e2ddda97198284cdf2a896448c8f27693c11ec1 (patch) | |
| tree | b473bb5584fc2cbeb1d70c5a31b7263e1ed5551e | |
| parent | 63ca3e2414dc058548d32db60d60bf98addb6306 (diff) | |
| parent | ad4c31fecfd75c39d4b9d65b5ea9a75d7f1e34fe (diff) | |
Merge "Revert "WifiManager: expose Local Only Hotspot APIs"" into oc-dev
am: ad4c31fecf
Change-Id: I6aa5630a46e067230b1368f8c119aebaf18bd1d2
| -rw-r--r-- | api/current.txt | 16 | ||||
| -rw-r--r-- | api/system-current.txt | 16 | ||||
| -rw-r--r-- | api/test-current.txt | 16 | ||||
| -rw-r--r-- | wifi/java/android/net/wifi/WifiManager.java | 7 |
4 files changed, 7 insertions, 48 deletions
diff --git a/api/current.txt b/api/current.txt index 1386777b6392..50f4455ec40f 100644 --- a/api/current.txt +++ b/api/current.txt @@ -26549,7 +26549,6 @@ package android.net.wifi { method public void setTdlsEnabled(java.net.InetAddress, boolean); method public void setTdlsEnabledWithMacAddress(java.lang.String, boolean); method public boolean setWifiEnabled(boolean); - method public void startLocalOnlyHotspot(android.net.wifi.WifiManager.LocalOnlyHotspotCallback, android.os.Handler); method public boolean startScan(); method public void startWps(android.net.wifi.WpsInfo, android.net.wifi.WifiManager.WpsCallback); method public int updateNetwork(android.net.wifi.WifiConfiguration); @@ -26600,21 +26599,6 @@ package android.net.wifi { field public static final int WPS_WEP_PROHIBITED = 4; // 0x4 } - public static class WifiManager.LocalOnlyHotspotCallback { - ctor public WifiManager.LocalOnlyHotspotCallback(); - method public void onFailed(int); - method public void onStarted(android.net.wifi.WifiManager.LocalOnlyHotspotReservation); - method public void onStopped(); - field public static final int ERROR_GENERIC = 2; // 0x2 - field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3 - field public static final int ERROR_NO_CHANNEL = 1; // 0x1 - } - - public class WifiManager.LocalOnlyHotspotReservation implements java.lang.AutoCloseable { - method public void close(); - method public android.net.wifi.WifiConfiguration getConfig(); - } - public class WifiManager.MulticastLock { method public void acquire(); method public boolean isHeld(); diff --git a/api/system-current.txt b/api/system-current.txt index 19d24e9c29d7..154ac0a0a145 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -29130,7 +29130,6 @@ package android.net.wifi { method public boolean setWifiApConfiguration(android.net.wifi.WifiConfiguration); method public boolean setWifiApEnabled(android.net.wifi.WifiConfiguration, boolean); method public boolean setWifiEnabled(boolean); - method public void startLocalOnlyHotspot(android.net.wifi.WifiManager.LocalOnlyHotspotCallback, android.os.Handler); method public deprecated boolean startLocationRestrictedScan(android.os.WorkSource); method public boolean startScan(); method public boolean startScan(android.os.WorkSource); @@ -29208,21 +29207,6 @@ package android.net.wifi { method public abstract void onSuccess(); } - public static class WifiManager.LocalOnlyHotspotCallback { - ctor public WifiManager.LocalOnlyHotspotCallback(); - method public void onFailed(int); - method public void onStarted(android.net.wifi.WifiManager.LocalOnlyHotspotReservation); - method public void onStopped(); - field public static final int ERROR_GENERIC = 2; // 0x2 - field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3 - field public static final int ERROR_NO_CHANNEL = 1; // 0x1 - } - - public class WifiManager.LocalOnlyHotspotReservation implements java.lang.AutoCloseable { - method public void close(); - method public android.net.wifi.WifiConfiguration getConfig(); - } - public class WifiManager.MulticastLock { method public void acquire(); method public boolean isHeld(); diff --git a/api/test-current.txt b/api/test-current.txt index 94774f0e7675..0505cc285ec9 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -26657,7 +26657,6 @@ package android.net.wifi { method public void setTdlsEnabled(java.net.InetAddress, boolean); method public void setTdlsEnabledWithMacAddress(java.lang.String, boolean); method public boolean setWifiEnabled(boolean); - method public void startLocalOnlyHotspot(android.net.wifi.WifiManager.LocalOnlyHotspotCallback, android.os.Handler); method public boolean startScan(); method public void startWps(android.net.wifi.WpsInfo, android.net.wifi.WifiManager.WpsCallback); method public int updateNetwork(android.net.wifi.WifiConfiguration); @@ -26708,21 +26707,6 @@ package android.net.wifi { field public static final int WPS_WEP_PROHIBITED = 4; // 0x4 } - public static class WifiManager.LocalOnlyHotspotCallback { - ctor public WifiManager.LocalOnlyHotspotCallback(); - method public void onFailed(int); - method public void onStarted(android.net.wifi.WifiManager.LocalOnlyHotspotReservation); - method public void onStopped(); - field public static final int ERROR_GENERIC = 2; // 0x2 - field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3 - field public static final int ERROR_NO_CHANNEL = 1; // 0x1 - } - - public class WifiManager.LocalOnlyHotspotReservation implements java.lang.AutoCloseable { - method public void close(); - method public android.net.wifi.WifiConfiguration getConfig(); - } - public class WifiManager.MulticastLock { method public void acquire(); method public boolean isHeld(); diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java index 0e1eb15ca9e5..8fbf4721a20e 100644 --- a/wifi/java/android/net/wifi/WifiManager.java +++ b/wifi/java/android/net/wifi/WifiManager.java @@ -1882,6 +1882,8 @@ public class WifiManager { * operating status. * @param handler Handler to be used for callbacks. If the caller passes a null Handler, the * main thread will be used. + * + * @hide */ public void startLocalOnlyHotspot(LocalOnlyHotspotCallback callback, @Nullable Handler handler) { @@ -2272,6 +2274,8 @@ public class WifiManager { * any further callbacks. If the LocalOnlyHotspot is stopped due to a * user triggered mode change, applications will be notified via the {@link * LocalOnlyHotspotCallback#onStopped()} callback. + * + * @hide */ public class LocalOnlyHotspotReservation implements AutoCloseable { @@ -2314,6 +2318,8 @@ public class WifiManager { /** * Callback class for applications to receive updates about the LocalOnlyHotspot status. + * + * @hide */ public static class LocalOnlyHotspotCallback { public static final int ERROR_NO_CHANNEL = 1; @@ -2436,6 +2442,7 @@ public class WifiManager { public class LocalOnlyHotspotSubscription implements AutoCloseable { private final CloseGuard mCloseGuard = CloseGuard.get(); + /** @hide */ @VisibleForTesting public LocalOnlyHotspotSubscription() { mCloseGuard.open("close"); |