Home
last modified time | relevance | path

Searched refs:pushResult (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java1049 int pushResult = ResponseCodes.OBEX_HTTP_OK; in pushHeader() local
1061 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in pushHeader()
1064 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in pushHeader()
1067 return pushResult; in pushHeader()
1078 int pushResult = ResponseCodes.OBEX_HTTP_OK; in pushBytes() local
1090 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in pushBytes()
1094 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in pushBytes()
1097 return pushResult; in pushBytes()