Searched refs:intIndex (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 1191 int intIndex = 0; in pullVcardEntry() local 1194 intIndex = Integer.parseInt(strIndex); in pullVcardEntry() 1216 if (intIndex < 0 || intIndex >= size) { in pullVcardEntry() 1219 } else if ((intIndex == 0) && (appParamValue.needTag == ContentType.PHONEBOOK)) { in pullVcardEntry() 1225 return mVcardManager.composeAndSendPhonebookOneVcard(op, intIndex, vcard21, null, in pullVcardEntry() 1229 if (intIndex <= 0 || intIndex > size) { in pullVcardEntry() 1235 if (intIndex >= 1) { in pullVcardEntry() 1237 intIndex, intIndex, vcard21, needSendBody, size, appParamValue.ignorefilter, in pullVcardEntry()
|