Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java83 static final int MSG_CONNECTION_CLOSED = 7; field in PbapClientStateMachine
256 case MSG_CONNECTION_CLOSED: in processMessage()
DPbapClientConnectionHandler.java209 PbapClientStateMachine.MSG_CONNECTION_CLOSED).sendToTarget(); in handleMessage()