mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Merge "Change method name as suggested" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f772ba18ab
@@ -55,7 +55,7 @@ public class SearchResultFromQsb {
|
||||
}
|
||||
|
||||
/** Find the web suggestion from search suggestion's title text */
|
||||
public void findWebSuggest(String text) {
|
||||
public void verifyWebSuggestIsPresent(String text) {
|
||||
ArrayList<UiObject2> goldenGateResults =
|
||||
new ArrayList<>(mLauncher.waitForObjectsInContainer(
|
||||
mLauncher.waitForSystemLauncherObject(SEARCH_CONTAINER_RES_ID),
|
||||
|
||||
Reference in New Issue
Block a user