summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-04-06 00:49:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-04-06 00:49:31 +0000
commit32464d7de62515afc6b95c4dd9d0a37268c8ac38 (patch)
treec2d06d4b59c256d59305fd7f12ed40a6fe548a16 /tests
parent9155ea4cf2d292f6008070ec4b3a24b3dee488f1 (diff)
parente924eb93aecf3a58837ab7a69b9bca9f1f0f657d (diff)
downloadandroid_packages_apps_Trebuchet-32464d7de62515afc6b95c4dd9d0a37268c8ac38.tar.gz
android_packages_apps_Trebuchet-32464d7de62515afc6b95c4dd9d0a37268c8ac38.tar.bz2
android_packages_apps_Trebuchet-32464d7de62515afc6b95c4dd9d0a37268c8ac38.zip
Merge "Not deleting assistant from sources" into ub-launcher3-master
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java b/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java
index 8a2e81616..9e77937ec 100644
--- a/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java
+++ b/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java
@@ -102,10 +102,6 @@ public abstract class AbstractLauncherUiTest {
}
if (TestHelpers.isInLauncherProcess()) Utilities.enableRunningInTestHarnessForTests();
mLauncher = new LauncherInstrumentation(instrumentation);
- try {
- mDevice.executeShellCommand("settings delete secure assistant");
- } catch (IOException e) {
- }
}
@Rule