Home
last modified time | relevance | path

Searched refs:appendDiff (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java673 appendDiff(sb, "addr", Log.piiHandle(account1.getAddress()), in getAccountDiffString()
675 appendDiff(sb, "cap", account1.getCapabilities(), account2.getCapabilities()); in getAccountDiffString()
676 appendDiff(sb, "hl", account1.getHighlightColor(), account2.getHighlightColor()); in getAccountDiffString()
677 appendDiff(sb, "icon", account1.getIcon(), account2.getIcon()); in getAccountDiffString()
678 appendDiff(sb, "lbl", account1.getLabel(), account2.getLabel()); in getAccountDiffString()
679 appendDiff(sb, "desc", account1.getShortDescription(), account2.getShortDescription()); in getAccountDiffString()
680 appendDiff(sb, "subAddr", Log.piiHandle(account1.getSubscriptionAddress()), in getAccountDiffString()
682 appendDiff(sb, "uris", account1.getSupportedUriSchemes(), in getAccountDiffString()
688 private void appendDiff(StringBuffer sb, String attrName, Object obj1, Object obj2) { in appendDiff() method in PhoneAccountRegistrar