Merge "Add @UnsupportedAppUsage annotations for greylist."
This commit is contained in:
@@ -1763,6 +1763,10 @@ public class ConnectivityManager {
|
||||
|
||||
/** @hide */
|
||||
public static class PacketKeepaliveCallback {
|
||||
@UnsupportedAppUsage
|
||||
public PacketKeepaliveCallback() {
|
||||
}
|
||||
|
||||
/** The requested keepalive was successfully started. */
|
||||
@UnsupportedAppUsage
|
||||
public void onStarted() {}
|
||||
|
||||
@@ -111,6 +111,8 @@ public final class LinkProperties implements Parcelable {
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
@UnsupportedAppUsage(implicitMember =
|
||||
"values()[Landroid/net/LinkProperties$ProvisioningChange;")
|
||||
public enum ProvisioningChange {
|
||||
@UnsupportedAppUsage
|
||||
STILL_NOT_PROVISIONED,
|
||||
|
||||
Reference in New Issue
Block a user