commit | 10aa2e9fcb29082c0547361360c7756796c26022 | [log] [tgz] |
---|---|---|
author | Wink Saville <wink@google.com> | Thu Sep 04 10:46:34 2014 -0700 |
committer | Wink Saville <wink@google.com> | Thu Sep 04 10:46:34 2014 -0700 |
tree | 2551dc624c23ee7b52992251cec0bff692d6c73a | |
parent | da874342b3991fe300a51a57420c1b3cab36a195 [diff] [blame] |
Fix call get getActivatedSubInfoList. It was renamed to getActiveSubInfoList. Change-Id: I26abe6b014aa90b62ea8346fd4d9624ebd608e27
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java index 9c5c01f..3183ff5 100644 --- a/src/com/android/phone/PhoneInterfaceManager.java +++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -786,7 +786,7 @@ } boolean isValid = false; - List<SubInfoRecord> slist = SubscriptionManager.getActivatedSubInfoList(null); + List<SubInfoRecord> slist = SubscriptionManager.getActiveSubInfoList(); for (SubInfoRecord subInfoRecord : slist) { if (subInfoRecord.mSubId == subId) { isValid = true;