Merge "WifiManager: Add @hide constant for sap" into rvc-dev am: 1b8c7de05d

Change-Id: I1b0c2f52f260f566bdaf80943e65d0295270faae
This commit is contained in:
TreeHugger Robot
2020-04-21 11:15:53 +00:00
committed by Automerger Merge Worker

View File

@@ -758,6 +758,13 @@ public class WifiManager {
@SystemApi @SystemApi
public static final int SAP_CLIENT_BLOCK_REASON_CODE_NO_MORE_STAS = 1; public static final int SAP_CLIENT_BLOCK_REASON_CODE_NO_MORE_STAS = 1;
/**
* Client disconnected for unspecified reason. This could for example be because the AP is being
* shut down.
* @hide
*/
public static final int SAP_CLIENT_DISCONNECT_REASON_CODE_UNSPECIFIED = 2;
/** @hide */ /** @hide */
@Retention(RetentionPolicy.SOURCE) @Retention(RetentionPolicy.SOURCE)
@IntDef(prefix = {"IFACE_IP_MODE_"}, value = { @IntDef(prefix = {"IFACE_IP_MODE_"}, value = {