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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java297 final boolean vcardType21, int needSendBody, int pbSize, byte[] selector,
467 final int startPoint, final int endPoint, final boolean vcardType21, int needSendBody,
529 return composeCallLogsAndSendSelectedVCards(op, selection, vcardType21, needSendBody,
534 final boolean vcardType21, String ownerVCard, int needSendBody, int pbSize,
564 ownerVCard, needSendBody, pbSize, ignorefilter, filter, vcardselector,
758 int needSendBody, int pbSize, boolean ignorefilter, byte[] filter, byte[] selector,
829 if (needSendBody == NEED_SEND_BODY) {
842 if (needSendBody != NEED_SEND_BODY) return pbSize;
860 final boolean vcardType21, int needSendBody, int pbSize, String ownerVCard,
893 if (needSendBody
296 getSelectedPhonebookNameList(final int orderByWhat, final boolean vcardType21, int needSendBody, int pbSize, byte[] selector, String vcardselectorop) argument
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
533 composeAndSendPhonebookVcards(Operation op, final int startPoint, final int endPoint, final boolean vcardType21, String ownerVCard, int needSendBody, int pbSize, boolean ignorefilter, byte[] filter, byte[] vcardselector, String vcardselectorop, boolean vcardselect) argument
756 composeContactsAndSendSelectedVCards(Operation op, final Cursor contactIdCursor, final boolean vcardType21, String ownerVCard, int needSendBody, int pbSize, boolean ignorefilter, byte[] filter, byte[] selector, String vcardselectorop) argument
859 composeCallLogsAndSendSelectedVCards(Operation op, final String selection, final boolean vcardType21, int needSendBody, int pbSize, String ownerVCard, boolean ignorefilter, byte[] filter, byte[] selector, String vcardselectorop, boolean vCardSelct) argument
[all...]
H A DBluetoothPbapObexServer.java684 AppParamValue appParamValue, Operation op, int needSendBody, int size) {
700 itemsFound = createList(appParamValue, needSendBody, size, result, type);
731 private int createList(AppParamValue appParamValue, int needSendBody, int size, argument
738 needSendBody, size, appParamValue.vCardSelector,
1012 int needSendBody = handleAppParaForResponse(appParamValue, size, reply, op, name);
1013 if (needSendBody != NEED_SEND_BODY) {
1015 return needSendBody;
1047 return sendVcardListingXml(appParamValue, op, needSendBody, size);
1068 int needSendBody = handleAppParaForResponse(appParamValue, size, reply, op, name);
1099 intIndex, intIndex, vcard21, needSendBody, siz
683 sendVcardListingXml( AppParamValue appParamValue, Operation op, int needSendBody, int size) argument
[all...]

Completed in 46 milliseconds