Home | History | Annotate | Download | only in telecom

Lines Matching refs:account2

787     private String getAccountDiffString(PhoneAccount account1, PhoneAccount account2) {
788 if (account1 == null || account2 == null) {
789 return "Diff: " + account1 + ", " + account2;
795 Log.piiHandle(account2.getAddress()));
796 appendDiff(sb, "cap", account1.getCapabilities(), account2.getCapabilities());
797 appendDiff(sb, "hl", account1.getHighlightColor(), account2.getHighlightColor());
798 appendDiff(sb, "lbl", account1.getLabel(), account2.getLabel());
799 appendDiff(sb, "desc", account1.getShortDescription(), account2.getShortDescription());
801 Log.piiHandle(account2.getSubscriptionAddress()));
803 account2.getSupportedUriSchemes());