Index: build/android/pylib/uiautomator/test_runner.py |
diff --git a/build/android/pylib/uiautomator/test_runner.py b/build/android/pylib/uiautomator/test_runner.py |
index 52726d569b2d85dcd2cedbd1903760a37b78e50f..a8abf3578900a5eab3135db4548e02115cbb1a3a 100644 |
--- a/build/android/pylib/uiautomator/test_runner.py |
+++ b/build/android/pylib/uiautomator/test_runner.py |
@@ -60,7 +60,7 @@ class TestRunner(instr_test_runner.TestRunner): |
#override |
def _RunTest(self, test, timeout): |
- self.device.old_interface.ClearApplicationState(self._package) |
+ self.device.ClearApplicationState(self._package) |
if self.flags: |
if 'Feature:FirstRunExperience' in self.test_pkg.GetTestAnnotations(test): |
self.flags.RemoveFlags(['--disable-fre']) |