Searched refs:appendDiff (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 909 appendDiff(sb, "addr", Log.piiHandle(account1.getAddress()), in getAccountDiffString() 911 appendDiff(sb, "cap", account1.capabilitiesToString(), account2.capabilitiesToString()); in getAccountDiffString() 912 appendDiff(sb, "hl", account1.getHighlightColor(), account2.getHighlightColor()); in getAccountDiffString() 913 appendDiff(sb, "lbl", account1.getLabel(), account2.getLabel()); in getAccountDiffString() 914 appendDiff(sb, "desc", account1.getShortDescription(), account2.getShortDescription()); in getAccountDiffString() 915 appendDiff(sb, "subAddr", Log.piiHandle(account1.getSubscriptionAddress()), in getAccountDiffString() 917 appendDiff(sb, "uris", account1.getSupportedUriSchemes(), in getAccountDiffString() 923 private void appendDiff(StringBuffer sb, String attrName, Object obj1, Object obj2) { in appendDiff() method in PhoneAccountRegistrar
|