summaryrefslogtreecommitdiff
path: root/core/api/current.txt
diff options
context:
space:
mode:
Diffstat (limited to 'core/api/current.txt')
-rw-r--r--core/api/current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api/current.txt b/core/api/current.txt
index b8a99167c17b..55e56bec8793 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -25723,7 +25723,7 @@ package android.net.vcn {
public abstract static class VcnManager.VcnStatusCallback {
ctor public VcnManager.VcnStatusCallback();
method public abstract void onGatewayConnectionError(@NonNull int[], int, @Nullable Throwable);
- method public abstract void onVcnStatusChanged(int);
+ method public abstract void onStatusChanged(int);
}
}