()
| 186 | } |
| 187 | |
| 188 | public void eventLongOk() { |
| 189 | if (getItemCount() == 0) { |
| 190 | return; |
| 191 | } |
| 192 | showMenu(); |
| 193 | } |
| 194 | |
| 195 | public void rmsUpdate() { |
| 196 | DataOutputStream outputStream = NvStorage.CreateDataOutputStream(); |
nothing calls this directly
no test coverage detected