Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java622 int vcfIndex = 1; in writeVCardEntry() local
626 BluetoothPbapObexServer.writeVCardEntry(vcfIndex, nameWithSpecialChars, stringBuilder); in writeVCardEntry()
631 + vcfIndex in writeVCardEntry()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java1723 static void writeVCardEntry(int vcfIndex, String name, StringBuilder result) { in writeVCardEntry() argument
1725 result.append(vcfIndex); in writeVCardEntry()