Renaming LauncherInstrumentation.pressHome to goHome

This is a better name now that we have gestural nav.

Renaming will happen in stages, the first one being having 2 names side-by-side.

Test: presubmit
Bug: 187761685
Change-Id: Ifb15c838cc0e161d852cf6df025687e3f92d6124
This commit is contained in:
vadimt
2022-03-08 17:01:25 -08:00
committed by Vadim Tryshev
parent a33117ddb3
commit 41c0b52cd9
7 changed files with 36 additions and 25 deletions

View File

@@ -169,7 +169,7 @@ public class RequestPinItemTest extends AbstractLauncherUiTest {
}
// Go back to home
mLauncher.pressHome();
mLauncher.goHome();
Wait.atMost("", new ItemSearchCondition(itemMatcher), DEFAULT_ACTIVITY_TIMEOUT,
mLauncher);
}