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

/packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
H A DDialpadFragmentInstrumentationTest.java37 final View zeroKey = findViewByDigit(0, fragment);
57 final View zeroKey = findViewByDigit(0, fragment);
78 final View dialpadKey = findViewByDigit(digit, fragment);
91 private View findViewByDigit(int digit, DialpadFragment fragment) { method in class:DialpadFragmentInstrumentationTest

Completed in 87 milliseconds