()
| 78 | } |
| 79 | |
| 80 | @Override |
| 81 | public ServerServiceDefinition bindService() { |
| 82 | return delegate.bindService(); |
| 83 | } |
| 84 | |
| 85 | /** Hide protobuf from being exposed via the API. */ |
| 86 | private final class CsdsServiceInternal |
nothing calls this directly
no test coverage detected