Searched refs:findViewByDigit (Results 1 – 1 of 1) sorted by relevance
37 final View zeroKey = findViewByDigit(0, fragment); in testManualLongClickZero_DeletesPreviousCharacter()57 final View zeroKey = findViewByDigit(0, fragment); in testSystemLongClickZero_PreservesPreviousCharacter()78 final View dialpadKey = findViewByDigit(digit, fragment); in pressAndReleaseKey()91 private View findViewByDigit(int digit, DialpadFragment fragment) { in findViewByDigit() method in DialpadFragmentInstrumentationTest