Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java914 int pushResult = ResponseCodes.OBEX_HTTP_OK; in pushHeader() local
921 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in pushHeader()
924 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in pushHeader()
927 return pushResult; in pushHeader()
938 int pushResult = ResponseCodes.OBEX_HTTP_OK; in pushBytes() local
947 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in pushBytes()
951 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in pushBytes()
954 return pushResult; in pushBytes()