summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAllen Hair <allenhair@google.com>2014-05-21 10:12:24 -0700
committerAllen Hair <allenhair@google.com>2014-05-21 10:12:24 -0700
commitd3aa98805e7e2a8803b427f6a79113cc8c3d79a2 (patch)
tree7cf713fd624e9158cdd7ecbc08205ebe5952250e /src
parentfb749892a15b2d976ad184a9bc192a2852a68594 (diff)
downloadjanktesthelper-d3aa98805e7e2a8803b427f6a79113cc8c3d79a2.tar.gz
Change getArguments() from private to protected.
Change-Id: I885ff4089ce6da014045b747c22bf29a13e52743
Diffstat (limited to 'src')
-rw-r--r--src/android/support/test/jank/JankTestBase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/support/test/jank/JankTestBase.java b/src/android/support/test/jank/JankTestBase.java
index 2ace5c6..f6f1462 100644
--- a/src/android/support/test/jank/JankTestBase.java
+++ b/src/android/support/test/jank/JankTestBase.java
@@ -167,7 +167,7 @@ public class JankTestBase extends InstrumentationTestCase {
}
/** Returns a {@link Bundle} containing the command line parameters. */
- private Bundle getArguments() {
+ protected final Bundle getArguments() {
if (arguments == null) {
Instrumentation instrumentation = getInstrumentation();
// This hack only works for InstrumentationTestRunner subclasses