summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/dialer/tests/calllog/FillCallLogTestActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/dialer/tests/calllog/FillCallLogTestActivity.java b/tests/src/com/android/dialer/tests/calllog/FillCallLogTestActivity.java
index 81585cc62..2e90c4d33 100644
--- a/tests/src/com/android/dialer/tests/calllog/FillCallLogTestActivity.java
+++ b/tests/src/com/android/dialer/tests/calllog/FillCallLogTestActivity.java
@@ -399,7 +399,7 @@ public class FillCallLogTestActivity extends Activity {
private PhoneAccountHandle getManualAccount() {
TelecomManager telecomManager = TelecomManager.from(this);
- List <PhoneAccountHandle> accountHandles = telecomManager.getEnabledPhoneAccounts();
+ List <PhoneAccountHandle> accountHandles = telecomManager.getCallCapablePhoneAccounts();
if (mAccount0.isChecked()) {
return accountHandles.get(0);
} else if (mAccount1.isChecked()){