diff options
| author | 2011-01-19 17:16:34 -0800 | |
|---|---|---|
| committer | 2011-01-20 00:03:45 -0800 | |
| commit | 0e2de6d7187ef67ec00a2f2544450caa4a239c39 (patch) | |
| tree | 020313dd772894447750ba1276999b49b06cc512 /api/11.xml | |
| parent | e65b0f8df03c16765b5ece94e5c9c6d75042cae0 (diff) | |
Addressing API Review docs bugs:
->Issue 3370313
->Issue 3370403
->Issue 3370328
->kthx, bye
Change-Id: I2d1962c27b3ba856a0b4632d335271300bab45eb
Diffstat (limited to 'api/11.xml')
| -rw-r--r-- | api/11.xml | 22 |
1 files changed, 11 insertions, 11 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" |