Home | History | Annotate | Download | only in pbap

Lines Matching defs:startPoint

574             int startPoint = listStartOffset;
575 int endPoint = startPoint + requestSize;
581 for (int j = startPoint; j < endPoint; j++) {
937 int startPoint = appParamValue.listStartOffset;
938 if (startPoint < 0 || startPoint >= pbSize) {
939 Log.w(TAG, "listStartOffset is not correct! " + startPoint);
950 int endPoint = startPoint + requestSize - 1;
954 if (D) Log.d(TAG, "pullPhonebook(): requestSize=" + requestSize + " startPoint=" +
955 startPoint + " endPoint=" + endPoint);
960 if (startPoint == 0) {
969 return mVcardManager.composeAndSendPhonebookVcards(op, startPoint, endPoint,
974 startPoint + 1, endPoint + 1, vcard21);