Loading src/com/android/server/telecom/TelecomServiceImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ public class TelecomServiceImpl { .getAllPhoneAccounts(); List<PhoneAccount> profilePhoneAccounts = new ArrayList<>( allPhoneAccounts.size()); for (PhoneAccount phoneAccount : profilePhoneAccounts) { for (PhoneAccount phoneAccount : allPhoneAccounts) { if (isVisibleToCaller(phoneAccount)) { profilePhoneAccounts.add(phoneAccount); } Loading Loading
src/com/android/server/telecom/TelecomServiceImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ public class TelecomServiceImpl { .getAllPhoneAccounts(); List<PhoneAccount> profilePhoneAccounts = new ArrayList<>( allPhoneAccounts.size()); for (PhoneAccount phoneAccount : profilePhoneAccounts) { for (PhoneAccount phoneAccount : allPhoneAccounts) { if (isVisibleToCaller(phoneAccount)) { profilePhoneAccounts.add(phoneAccount); } Loading