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