Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapSession.java41 public static final int REQUEST_COMPLETED = 3; field in BluetoothPbapSession
139 mParentHandler.obtainMessage(REQUEST_COMPLETED, msg.obj).sendToTarget(); in handleMessage()
DBluetoothPbapClient.java424 case BluetoothPbapSession.REQUEST_COMPLETED: in handleMessage()