Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java1366 int intIndex = 0; in pullVcardEntry() local
1369 intIndex = Integer.parseInt(strIndex); in pullVcardEntry()
1399 if (intIndex < 0 || intIndex >= size) { in pullVcardEntry()
1407 } else if ((intIndex == 0) && (appParamValue.needTag == ContentType.PHONEBOOK)) { in pullVcardEntry()
1417 intIndex, in pullVcardEntry()
1425 if (intIndex < 0 || intIndex >= size) { in pullVcardEntry()
1433 } else if (intIndex == 0) { in pullVcardEntry()
1442 mContext, op, intIndex, vcard21, null, mOrderBy); in pullVcardEntry()
1445 if (intIndex <= 0 || intIndex > size) { in pullVcardEntry()
1456 if (intIndex >= 1) { in pullVcardEntry()
[all …]