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

/packages/apps/Stk/src/com/android/stk/
H A DStkDigitsKeyListener.java28 protected char[] getAcceptedChars() { method in class:StkDigitsKeyListener
48 * @see #getAcceptedChars
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DDialpadFragment.java138 protected char[] getAcceptedChars(){ method in class:DialpadFragment.DTMFKeyListener
180 boolean keyOK = ok(getAcceptedChars(), c);
209 boolean keyOK = ok(getAcceptedChars(), c);
231 if (ok(getAcceptedChars(), c)) {
263 if (ok(getAcceptedChars(), c)) {
284 int match = event.getMatch(getAcceptedChars(), meta);
295 return (ok(getAcceptedChars(), lookup(event)));

Completed in 132 milliseconds