Home
last modified time | relevance | path

Searched refs:findViewByDigit (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
DDialpadFragmentInstrumentationTest.java37 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