Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java1174 int intIndex = 0; in pullVcardEntry() local
1177 intIndex = Integer.parseInt(strIndex); in pullVcardEntry()
1198 if (intIndex < 0 || intIndex >= size) { in pullVcardEntry()
1201 } else if (intIndex == 0) { in pullVcardEntry()
1207 return mVcardManager.composeAndSendPhonebookOneVcard(op, intIndex, vcard21, null, in pullVcardEntry()
1211 if (intIndex <= 0 || intIndex > size) { in pullVcardEntry()
1217 if (intIndex >= 1) { in pullVcardEntry()
1219 intIndex, intIndex, vcard21, needSendBody, size, appParamValue.ignorefilter, in pullVcardEntry()