summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2014-01-21 10:36:57 -0800
committerScott Main <smain@google.com>2014-01-21 18:46:54 +0000
commit26a1d55d5f396168637a3cb7c6c4f011f74d9033 (patch)
tree3867d5a7c37984e228155105970a5c8a5633f9de /api
parent00ac0d3b07124be3c8543a3e2589796063394ed0 (diff)
downloadprebuilts_sdk-26a1d55d5f396168637a3cb7c6c4f011f74d9033.zip
prebuilts_sdk-26a1d55d5f396168637a3cb7c6c4f011f74d9033.tar.gz
prebuilts_sdk-26a1d55d5f396168637a3cb7c6c4f011f74d9033.tar.bz2
fix mistake from previous changes for public enums.
This fixes the "since API level" information in the javadocs. The enums deleted here were actually added in much later versions. Change-Id: I7efdd432eb03b4190cc14565aefb08059b66b3ad
Diffstat (limited to 'api')
-rw-r--r--api/1.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/api/1.xml b/api/1.xml
index 4ff4954..c0eac53 100644
--- a/api/1.xml
+++ b/api/1.xml
@@ -61024,26 +61024,6 @@
visibility="public"
>
</field>
-<field name="BLOCKED"
- type="android.net.NetworkInfo.DetailedState"
- transient="false"
- volatile="false"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-<field name="CAPTIVE_PORTAL_CHECK"
- type="android.net.NetworkInfo.DetailedState"
- transient="false"
- volatile="false"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
<field name="CONNECTED"
type="android.net.NetworkInfo.DetailedState"
transient="false"
@@ -61134,16 +61114,6 @@
visibility="public"
>
</field>
-<field name="VERIFYING_POOR_LINK"
- type="android.net.NetworkInfo.DetailedState"
- transient="false"
- volatile="false"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
<method name="valueOf"
return="android.net.NetworkInfo.DetailedState"
abstract="false"