summaryrefslogtreecommitdiff
path: root/app/src/androidTest
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2015-09-05 12:01:13 -0400
committerTom Hennen <TomHennen@users.noreply.github.com>2015-09-05 12:01:13 -0400
commite2369036026e38b5ab1d8201d060cc42b465aee6 (patch)
tree7d6d2ba9cbca009d84fd541a078c8b2082b8c600 /app/src/androidTest
parentaf29d0992ee019f793f35b27fa22ed704fd22156 (diff)
parente446c6ee8fc95269669109012955ab0ecda8a7e3 (diff)
downloadAntennaPod-e2369036026e38b5ab1d8201d060cc42b465aee6.zip
Merge pull request #1166 from TomHennen/api22
Update to API 22
Diffstat (limited to 'app/src/androidTest')
-rw-r--r--app/src/androidTest/java/de/test/antennapod/service/playback/PlaybackServiceMediaPlayerTest.java62
1 files changed, 0 insertions, 62 deletions
diff --git a/app/src/androidTest/java/de/test/antennapod/service/playback/PlaybackServiceMediaPlayerTest.java b/app/src/androidTest/java/de/test/antennapod/service/playback/PlaybackServiceMediaPlayerTest.java
index 42fa84d20..4ee372d68 100644
--- a/app/src/androidTest/java/de/test/antennapod/service/playback/PlaybackServiceMediaPlayerTest.java
+++ b/app/src/androidTest/java/de/test/antennapod/service/playback/PlaybackServiceMediaPlayerTest.java
@@ -188,10 +188,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
return false;
}
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, null);
@@ -260,11 +256,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
public boolean endPlayback(boolean playNextEpisode) {
return false;
}
-
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, null);
@@ -337,11 +328,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
public boolean endPlayback(boolean playNextEpisode) {
return false;
}
-
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, null);
@@ -416,10 +402,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
return false;
}
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, null);
@@ -487,10 +469,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
return false;
}
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, PLAYABLE_LOCAL_URL);
@@ -558,11 +536,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
public boolean endPlayback(boolean playNextEpisode) {
return false;
}
-
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, PLAYABLE_LOCAL_URL);
@@ -633,11 +606,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
public boolean endPlayback(boolean playNextEpisode) {
return false;
}
-
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, PLAYABLE_LOCAL_URL);
@@ -711,11 +679,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
public boolean endPlayback(boolean playNextEpisode) {
return false;
}
-
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, PLAYABLE_LOCAL_URL);
@@ -764,11 +727,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
public boolean endPlayback(boolean playNextEpisode) {
return false;
}
-
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
private void pauseTestSkeleton(final PlayerStatus initialState, final boolean stream, final boolean abandonAudioFocus, final boolean reinit, long timeoutSeconds) throws InterruptedException {
@@ -841,11 +799,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
public boolean endPlayback(boolean playNextEpisode) {
return false;
}
-
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, PLAYABLE_LOCAL_URL);
@@ -952,11 +905,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
public boolean endPlayback(boolean playNextEpisode) {
return false;
}
-
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
if (initialState == PlayerStatus.PREPARED || initialState == PlayerStatus.PLAYING || initialState == PlayerStatus.PAUSED) {
@@ -1038,11 +986,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
public boolean endPlayback(boolean playNextEpisode) {
return false;
}
-
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, PLAYABLE_LOCAL_URL);
@@ -1137,11 +1080,6 @@ public class PlaybackServiceMediaPlayerTest extends InstrumentationTestCase {
public boolean endPlayback(boolean playNextEpisode) {
return false;
}
-
- @Override
- public RemoteControlClient getRemoteControlClient() {
- return null;
- }
};
PlaybackServiceMediaPlayer psmp = new PlaybackServiceMediaPlayer(c, callback);
Playable p = writeTestPlayable(PLAYABLE_FILE_URL, PLAYABLE_LOCAL_URL);