Searched refs:writeVCardEntry (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 914 writeVCardEntry(j + 1, nameList.get(j), result); in sendVcardListingXml() 1004 writeVCardEntry(savedPosList.get(j), selectedNameList.get(j), result); in createList() 1035 writeVCardEntry(savedPosList.get(i), selectedNameList.get(i), result); in createList() 1723 static void writeVCardEntry(int vcfIndex, String name, StringBuilder result) { in writeVCardEntry() method in BluetoothPbapObexServer
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServerTest.java | 621 public void writeVCardEntry() { in writeVCardEntry() method in BluetoothPbapObexServerTest 626 BluetoothPbapObexServer.writeVCardEntry(vcfIndex, nameWithSpecialChars, stringBuilder); in writeVCardEntry()
|