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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapCallLogComposer.java172 public String composeVCardForPhoneOwnNumber(int phonetype, String phoneName, argument
180 if (!(VCardUtils.containsOnlyPrintableAscii(phoneName))) {
183 builder.appendLine(VCardConstants.PROPERTY_FN, phoneName, needCharset, false);
184 builder.appendLine(VCardConstants.PROPERTY_N, phoneName, needCharset, false);

Completed in 279 milliseconds