()
| 717 | } |
| 718 | |
| 719 | public String getSecondString() { |
| 720 | if (cf.rosterStatus) { |
| 721 | if (statusString != null) { |
| 722 | return statusString; |
| 723 | } |
| 724 | //#if PEP |
| 725 | return getMoodString(); |
| 726 | //#endif |
| 727 | } |
| 728 | return null; |
| 729 | } |
| 730 | |
| 731 | public int getImageIndex() { |
| 732 | if (showComposing == true) { |
no test coverage detected