Searched defs:endPoint (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java467 final int startPoint, final int endPoint, final boolean vcardType21, int needSendBody,
470 if (startPoint < 1 || startPoint > endPoint) {
471 Log.e(TAG, "internal error: startPoint or endPoint is not correct.");
493 if (startPoint == endPoint) {
496 callsCursor.moveToPosition(endPoint - 1);
511 if (startPoint == endPoint) {
533 final int composeAndSendPhonebookVcards(Operation op, final int startPoint, final int endPoint, argument
537 if (startPoint < 1 || startPoint > endPoint) {
538 Log.e(TAG, "internal error: startPoint or endPoint is not correct.");
552 endPoint);
466 composeAndSendSelectedCallLogVcards(final int type, Operation op, final int startPoint, final int endPoint, final boolean vcardType21, int needSendBody, int pbSize, boolean ignorefilter, byte[] filter, byte[] vcardselector, String vcardselectorop, boolean vcardselect) argument
627 filterByRange(Cursor contactCursor, int startPoint, int endPoint) argument
[all...]

Completed in 54 milliseconds