LocalService<CliMRAVTransportService> audioTransportService = serviceBinder.read(CliMRAVTransportService.class);
audioTransportServiceManager =
new LenientChangeAwareServiceManager<CliMRAVTransportService>(
audioTransportService,
new AVTransportLastChangeParser()) {
@Override
protected CliMRAVTransportService createServiceInstance() throws Exception {
return new CliMRAVTransportService(avTransportLastChange);
}
@Override