summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/launcher3/testcomponent/TestCommandReceiver.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/launcher3/testcomponent/TestCommandReceiver.java')
-rw-r--r--tests/src/com/android/launcher3/testcomponent/TestCommandReceiver.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/com/android/launcher3/testcomponent/TestCommandReceiver.java b/tests/src/com/android/launcher3/testcomponent/TestCommandReceiver.java
index 6a6916eec..42460961b 100644
--- a/tests/src/com/android/launcher3/testcomponent/TestCommandReceiver.java
+++ b/tests/src/com/android/launcher3/testcomponent/TestCommandReceiver.java
@@ -104,7 +104,8 @@ public class TestCommandReceiver extends ContentProvider {
case GET_SYSTEM_HEALTH_MESSAGE: {
final Bundle response = new Bundle();
- response.putString("result", TestHelpers.getSystemHealthMessage(getContext()));
+ response.putString("result",
+ TestHelpers.getSystemHealthMessage(getContext(), Long.parseLong(arg)));
return response;
}
}