Home | History | Annotate | Download | only in pbap

Lines Matching refs:intIndex

823         int intIndex = 0;
826 intIndex = Integer.parseInt(strIndex);
844 if (intIndex < 0 || intIndex >= size) {
847 } else if (intIndex == 0) {
852 return mVcardManager.composeAndSendPhonebookOneVcard(op, intIndex, vcard21, null,
856 if (intIndex <= 0 || intIndex > size) {
862 if (intIndex >= 1) {
864 intIndex, intIndex, vcard21);