Searched refs:getIdName (Results 1 – 1 of 1) sorted by relevance
560 assertGoneByRelativeId(/* parent = */ null, getIdName(resId), timeout); in assertGoneByRelativeId()563 private String getIdName(int resId) { in getIdName() method in UiBot588 return assertShownByRelativeId(getIdName(resId)); in assertShownByRelativeId()593 final BySelector selector = By.res(Helper.MY_PACKAGE, getIdName(resId)); in assertNeverShownByRelativeId()