summaryrefslogtreecommitdiffstats
path: root/api/system-current.txt
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2015-04-24 12:23:24 +0900
committerLorenzo Colitti <lorenzo@google.com>2015-05-01 12:36:28 +0900
commit0708693f1eac78901ca2e05e4d3c12efddc54c68 (patch)
treeb1a413f1891a5a1aa5ce82464580e606286a0af3 /api/system-current.txt
parent5793f22e68f74522dfe5780b96b22d18617467be (diff)
downloadframeworks_base-0708693f1eac78901ca2e05e4d3c12efddc54c68.zip
frameworks_base-0708693f1eac78901ca2e05e4d3c12efddc54c68.tar.gz
frameworks_base-0708693f1eac78901ca2e05e4d3c12efddc54c68.tar.bz2
Document and unhide CALLBACK_PRECHECK.
Bug: 20038463 Change-Id: Ie79f2d28c06cf611289504e49c471b55ffb9890f
Diffstat (limited to 'api/system-current.txt')
-rw-r--r--api/system-current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 15989b3..dd4df74 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -19841,6 +19841,7 @@ package android.net {
method public void onLinkPropertiesChanged(android.net.Network, android.net.LinkProperties);
method public void onLosing(android.net.Network, int);
method public void onLost(android.net.Network);
+ method public void onPreCheck(android.net.Network);
}
public static abstract interface ConnectivityManager.OnNetworkActiveListener {