All Digit keys (including the keypad digits)
()
| 169 | * All Digit keys (including the keypad digits) |
| 170 | */ |
| 171 | public boolean isDigitKey() { |
| 172 | return (_mask & KeyType.DIGIT) != 0; |
| 173 | } |
| 174 | |
| 175 | /** |
| 176 | * Space, tab and enter |
nothing calls this directly
no outgoing calls
no test coverage detected