Fix IMA test build issue

PiperOrigin-RevId: 256545951
This commit is contained in:
andrewlewis 2019-07-04 14:55:39 +01:00 committed by Toni
parent 81e7b31be1
commit b1790f9dcc

View file

@ -105,11 +105,6 @@ public final class FakeAdsRequest implements AdsRequest {
throw new UnsupportedOperationException();
}
@Override
public void setContinuousPlayback(boolean b) {
throw new UnsupportedOperationException();
}
@Override
public void setContentDuration(float v) {
throw new UnsupportedOperationException();