summaryrefslogtreecommitdiff
path: root/tests/src/com
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-09-14 18:15:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-09-14 18:15:47 +0000
commit84f6633fc2ffef805a36b7516f27ee9236fcbd1f (patch)
tree04191b8cb88d0381714bf87d8118244146e2fa81 /tests/src/com
parent7054367021cab83e209177e2077825e8ec93c675 (diff)
parentbcc9493781e3a2e84eee9d42da5875ad733bae14 (diff)
Merge "Improve speakerphone setting." into ub-contactsdialer-a-dev
Diffstat (limited to 'tests/src/com')
-rw-r--r--tests/src/com/android/dialer/voicemail/VoicemailPlaybackTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/src/com/android/dialer/voicemail/VoicemailPlaybackTest.java b/tests/src/com/android/dialer/voicemail/VoicemailPlaybackTest.java
index b9c70d38f..6c7cf77c2 100644
--- a/tests/src/com/android/dialer/voicemail/VoicemailPlaybackTest.java
+++ b/tests/src/com/android/dialer/voicemail/VoicemailPlaybackTest.java
@@ -143,8 +143,7 @@ public class VoicemailPlaybackTest extends ActivityInstrumentationTestCase2<Call
mFakeAsyncTaskExecutor.runTask(CHECK_FOR_CONTENT);
getInstrumentation().waitForIdleSync();
- // Force the speakerphone to false to start.
- mPresenter.setSpeakerphoneOn(false);
+ // Check that the speakerphone is false to start.
assertFalse(mPresenter.isSpeakerphoneOn());
View speakerphoneButton = mLayout.findViewById(R.id.playback_speakerphone);