()
| 533 | |
| 534 | |
| 535 | public ISupportStatistics getStatisticsSupporter() { |
| 536 | if (mStatisticsSupporter == null) mStatisticsSupporter = this.createStatisticsSupporter(); |
| 537 | if (mStatisticsSupporter == null) throw new UnsupportedOperationException(); |
| 538 | else return mStatisticsSupporter; |
| 539 | } |
| 540 | |
| 541 | public DDF setStatisticsSupporter(ISupportStatistics aStatisticsSupporter) { |
| 542 | this.mStatisticsSupporter = aStatisticsSupporter; |
no test coverage detected