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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java160 private static final int NEED_SEND_BODY = -1; field in class:BluetoothPbapObexServer
1078 return NEED_SEND_BODY;
1105 if (needSendBody != NEED_SEND_BODY) {
1226 if (needSendBody != NEED_SEND_BODY) {
H A DBluetoothPbapVcardManager.java104 private static final int NEED_SEND_BODY = -1; field in class:BluetoothPbapVcardManager
861 if (needSendBody == NEED_SEND_BODY) {
876 if (needSendBody != NEED_SEND_BODY) {
932 if (needSendBody == NEED_SEND_BODY) {
962 if (needSendBody != NEED_SEND_BODY && vCardSelct) {

Completed in 15 milliseconds