Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexSession.java46 final static int OBEX_SESSION_REQUEST_FAILED = 104; field in BluetoothPbapObexSession
203 mSessionHandler.obtainMessage(OBEX_SESSION_REQUEST_FAILED, req).sendToTarget(); in executeRequest()
DBluetoothPbapSession.java142 case BluetoothPbapObexSession.OBEX_SESSION_REQUEST_FAILED: in handleMessage()