summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/launcher3/testcomponent
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-09-19 19:26:09 -0700
committerVadim Tryshev <vadimt@google.com>2019-09-21 01:37:56 +0000
commit3bdba615428b384d5130cdaf775c315340c3afbd (patch)
tree2715505c2b0ddbcd2ac40f0aa53afd9c7381f0af /tests/src/com/android/launcher3/testcomponent
parent32c8664fb4d853567c638eea3e68ae2e6e66aef3 (diff)
downloadandroid_packages_apps_Trebuchet-3bdba615428b384d5130cdaf775c315340c3afbd.tar.gz
android_packages_apps_Trebuchet-3bdba615428b384d5130cdaf775c315340c3afbd.tar.bz2
android_packages_apps_Trebuchet-3bdba615428b384d5130cdaf775c315340c3afbd.zip
Not using dropbox entries before the test start for diagnostics
Change-Id: Ieb48d969d86a855c91109f4ace0d636fa01aafc7 Merged-in: Ia060b5d2b98ea9ea3b6e61ae11d610f1a888d7a0
Diffstat (limited to 'tests/src/com/android/launcher3/testcomponent')
-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;
}
}