summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2013-01-28 19:55:35 -0800
committerSvetoslav <svetoslavganov@google.com>2013-01-28 19:55:35 -0800
commit3a34d17412a5a304e39be1966a16627677d2136f (patch)
tree6f4cb2c0fab6282f1c0318b05200487191cc1021 /api
parent91488eed1745ea0426a73306f133e02d62580f1a (diff)
downloadframeworks_base-3a34d17412a5a304e39be1966a16627677d2136f.zip
frameworks_base-3a34d17412a5a304e39be1966a16627677d2136f.tar.gz
frameworks_base-3a34d17412a5a304e39be1966a16627677d2136f.tar.bz2
Fixing the build
Change-Id: Ief7654775307c829a60e65217ae821aa6801303c
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index 14083b3..fab07f6 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -21330,7 +21330,7 @@ package android.test {
ctor public InstrumentationTestRunner();
method public junit.framework.TestSuite getAllTests();
method protected android.test.AndroidTestRunner getAndroidTestRunner();
- method protected android.os.Bundle getArguments();
+ method public android.os.Bundle getArguments();
method public java.lang.ClassLoader getLoader();
method public junit.framework.TestSuite getTestSuite();
field public static final java.lang.String REPORT_KEY_NAME_CLASS = "class";