Searched refs:getAcceptedChars (Results 1 - 3 of 3) 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/Phone/src/com/android/phone/
H A DDTMFTwelveKeyDialer.java147 protected char[] getAcceptedChars(){ method in class:DTMFTwelveKeyDialer.DTMFKeyListener
189 boolean keyOK = ok(getAcceptedChars(), c);
218 boolean keyOK = ok(getAcceptedChars(), c);
240 if (ok(getAcceptedChars(), c)) {
272 if (ok(getAcceptedChars(), c)) {
293 int match = event.getMatch(getAcceptedChars(), meta);
304 return (ok(getAcceptedChars(), lookup(event)));
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorDisplay.java72 protected char[] getAcceptedChars() {

Completed in 544 milliseconds