Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapCallLogComposer.java178 public String composeVCardForPhoneOwnNumber(int phonetype, String phoneName, String phoneNumber, in composeVCardForPhoneOwnNumber() argument
185 if (!(VCardUtils.containsOnlyPrintableAscii(phoneName))) { in composeVCardForPhoneOwnNumber()
188 builder.appendLine(VCardConstants.PROPERTY_FN, phoneName, needCharset, false); in composeVCardForPhoneOwnNumber()
189 builder.appendLine(VCardConstants.PROPERTY_N, phoneName, needCharset, false); in composeVCardForPhoneOwnNumber()