(int direction)
| 1744 | } |
| 1745 | |
| 1746 | public void moveFocusToGroup(int direction) { |
| 1747 | if (getItemCount() > 0) { |
| 1748 | int newpos = searchGroup(direction); |
| 1749 | if (newpos > -1) { |
| 1750 | moveCursorTo(newpos); |
| 1751 | setRotator(); |
| 1752 | } |
| 1753 | } |
| 1754 | } |
| 1755 | |
| 1756 | public void blockScreen() { |
| 1757 | AutoStatus.getInstance().appLocked(); |
no test coverage detected