Searched refs:appendDiff (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 940 appendDiff(sb, "addr", Log.piiHandle(account1.getAddress()), in getAccountDiffString() 942 appendDiff(sb, "cap", account1.capabilitiesToString(), account2.capabilitiesToString()); in getAccountDiffString() 943 appendDiff(sb, "hl", account1.getHighlightColor(), account2.getHighlightColor()); in getAccountDiffString() 944 appendDiff(sb, "lbl", account1.getLabel(), account2.getLabel()); in getAccountDiffString() 945 appendDiff(sb, "desc", account1.getShortDescription(), account2.getShortDescription()); in getAccountDiffString() 946 appendDiff(sb, "subAddr", Log.piiHandle(account1.getSubscriptionAddress()), in getAccountDiffString() 948 appendDiff(sb, "uris", account1.getSupportedUriSchemes(), in getAccountDiffString() 954 private void appendDiff(StringBuffer sb, String attrName, Object obj1, Object obj2) { in appendDiff() method in PhoneAccountRegistrar
|