Searched refs:NEED_SEND_BODY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java109 private static final int NEED_SEND_BODY = -1; field in class:BluetoothPbapVcardManager
829 if (needSendBody == NEED_SEND_BODY) {
842 if (needSendBody != NEED_SEND_BODY) return pbSize;
893 if (needSendBody == NEED_SEND_BODY) {
921 if (needSendBody != NEED_SEND_BODY && vCardSelct) return pbSize;
H A DBluetoothPbapObexServer.java132 private static final int NEED_SEND_BODY = -1; field in class:BluetoothPbapObexServer
989 return NEED_SEND_BODY;
1014 if (needSendBody != NEED_SEND_BODY) {
1124 if (needSendBody != NEED_SEND_BODY) {

Completed in 128 milliseconds