mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix IMA test build issue
PiperOrigin-RevId: 256545951
This commit is contained in:
parent
81e7b31be1
commit
b1790f9dcc
1 changed files with 0 additions and 5 deletions
|
|
@ -105,11 +105,6 @@ public final class FakeAdsRequest implements AdsRequest {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setContinuousPlayback(boolean b) {
|
|
||||||
throw new UnsupportedOperationException();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setContentDuration(float v) {
|
public void setContentDuration(float v) {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue