Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexSession.java45 final static int OBEX_SESSION_REQUEST_COMPLETED = 103; field in BluetoothPbapObexSession
201 mSessionHandler.obtainMessage(OBEX_SESSION_REQUEST_COMPLETED, req).sendToTarget(); in executeRequest()
DBluetoothPbapSession.java137 case BluetoothPbapObexSession.OBEX_SESSION_REQUEST_COMPLETED: in handleMessage()