summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJack Wang <jackwang@google.com>2009-08-20 19:20:54 -0700
committerJack Wang <jackwang@google.com>2009-08-25 12:44:56 -0700
commit7aba54b2edcb94f43c991c555b23fc1de364835e (patch)
tree236e10de49ded0f19999f0669ebc66d5273c19c7 /api
parent617b22dc075bbf704421adf15f39388ec098b4fd (diff)
downloadframeworks_base-7aba54b2edcb94f43c991c555b23fc1de364835e.zip
frameworks_base-7aba54b2edcb94f43c991c555b23fc1de364835e.tar.gz
frameworks_base-7aba54b2edcb94f43c991c555b23fc1de364835e.tar.bz2
Fix bug 1546445: Correct spelling errors in API
- InstrumentationTestCase.injectInsrumentation - AndroidTestRunner.setInstrumentaiton
Diffstat (limited to 'api')
-rw-r--r--api/current.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 3c76361..4dc4ae4 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -118546,6 +118546,19 @@
synchronized="false"
static="false"
final="false"
+ deprecated="deprecated"
+ visibility="public"
+>
+<parameter name="instrumentation" type="android.app.Instrumentation">
+</parameter>
+</method>
+<method name="setInstrumentation"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
deprecated="not deprecated"
visibility="public"
>
@@ -118789,6 +118802,19 @@
synchronized="false"
static="false"
final="false"
+ deprecated="deprecated"
+ visibility="public"
+>
+<parameter name="instrumentation" type="android.app.Instrumentation">
+</parameter>
+</method>
+<method name="injectInstrumentation"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
deprecated="not deprecated"
visibility="public"
>