(final Contact c)
| 108 | } |
| 109 | |
| 110 | private void focusToContact(final Contact c) { |
| 111 | int index = itemsList.indexOf(c); |
| 112 | if (index >= 0) { |
| 113 | moveCursorTo(index); |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | public void keyGreen() { |
| 118 | Contact c = (Contact) getFocusedObject(); |
no test coverage detected