Home | History | Annotate | Download | only in pbap

Lines Matching refs:endPoint

612             int endPoint = startPoint + requestSize;
613 if (endPoint > nameList.size()) {
614 endPoint = nameList.size();
618 for (int j = startPoint; j < endPoint; j++) {
954 int endPoint = startPoint + requestSize - 1;
955 if (endPoint > pbSize - 1) {
956 endPoint = pbSize - 1;
959 startPoint + " endPoint=" + endPoint);
965 if (endPoint == 0) {
968 return mVcardManager.composeAndSendPhonebookVcards(op, 1, endPoint, vcard21,
972 return mVcardManager.composeAndSendPhonebookVcards(op, startPoint, endPoint,
977 startPoint + 1, endPoint + 1, vcard21, appParamValue.ignorefilter,