diff options
author | Gilles Debunne <debunne@google.com> | 2010-09-09 14:58:16 -0700 |
---|---|---|
committer | Gilles Debunne <debunne@google.com> | 2010-09-09 14:58:52 -0700 |
commit | cad0cffe24380b19dbda6b7e3326e82b65694496 (patch) | |
tree | 9ec48c0164a6eced8a8ac47d29b48cf1bb8a71c9 | |
parent | 127612855a5c73ed4d8b2b46a540626da4f5c6cb (diff) | |
download | frameworks_base-cad0cffe24380b19dbda6b7e3326e82b65694496.zip frameworks_base-cad0cffe24380b19dbda6b7e3326e82b65694496.tar.gz frameworks_base-cad0cffe24380b19dbda6b7e3326e82b65694496.tar.bz2 |
update-api step missing from 65349
Change-Id: Iaa3fc8fd67a48bb3b809b062a79e98965f15f937
-rw-r--r-- | api/current.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml index 402f933..fadb9a0 100644 --- a/api/current.xml +++ b/api/current.xml @@ -103691,6 +103691,21 @@ <parameter name="networkType" type="int"> </parameter> </method> +<method name="reportInetCondition" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="networkType" type="int"> +</parameter> +<parameter name="percentage" type="int"> +</parameter> +</method> <method name="requestRouteToHost" return="boolean" abstract="false" @@ -238210,7 +238225,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="t" type="T"> +<parameter name="arg0" type="T"> </parameter> </method> </interface> |