diff options
| author | 2011-01-19 17:16:34 -0800 | |
|---|---|---|
| committer | 2011-01-20 00:03:45 -0800 | |
| commit | 0e2de6d7187ef67ec00a2f2544450caa4a239c39 (patch) | |
| tree | 020313dd772894447750ba1276999b49b06cc512 /api | |
| parent | e65b0f8df03c16765b5ece94e5c9c6d75042cae0 (diff) | |
Addressing API Review docs bugs:
->Issue 3370313
->Issue 3370403
->Issue 3370328
->kthx, bye
Change-Id: I2d1962c27b3ba856a0b4632d335271300bab45eb
Diffstat (limited to 'api')
| -rw-r--r-- | api/11.xml | 22 | ||||
| -rw-r--r-- | api/current.xml | 24 |
2 files changed, 23 insertions, 23 deletions
diff --git a/api/11.xml b/api/11.xml index 7db0328247bf..70d37b4aa320 100644 --- a/api/11.xml +++ b/api/11.xml @@ -240630,6 +240630,17 @@ visibility="public" > </method> +<method name="fyiWillBeAdvancedByHostKThx" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getAdapter" return="android.widget.Adapter" abstract="false" @@ -240885,17 +240896,6 @@ visibility="public" > </method> -<method name="willBeAdvancedByHost" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> </class> <class name="AdapterViewFlipper" extends="android.widget.AdapterViewAnimator" diff --git a/api/current.xml b/api/current.xml index 613f0005ba66..0427a2e56d6a 100644 --- a/api/current.xml +++ b/api/current.xml @@ -240651,6 +240651,17 @@ visibility="public" > </method> +<method name="fyiWillBeAdvancedByHostKThx" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getAdapter" return="android.widget.Adapter" abstract="false" @@ -240906,17 +240917,6 @@ visibility="public" > </method> -<method name="willBeAdvancedByHost" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> </class> <class name="AdapterViewFlipper" extends="android.widget.AdapterViewAnimator" @@ -260347,7 +260347,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="arg0" type="T"> +<parameter name="t" type="T"> </parameter> </method> </interface> |