Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothA2dpConnector.java38 private static final int MSG_CONNECT = 2; field in BluetoothA2dpConnector
56 case MSG_CONNECT:
89 if (!mHandler.hasMessages(MSG_CONNECT)) {
90 mHandler.sendEmptyMessageDelayed(MSG_CONNECT, CONNECT_DELAY);
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java112 private static final int MSG_CONNECT = 1; field in MceStateMachine
495 case MSG_CONNECT: in processMessage()
623 case MSG_CONNECT: in processMessage()
962 case MSG_CONNECT: in processMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java63 static final int MSG_CONNECT = 1; field in PbapClientConnectionHandler
210 case MSG_CONNECT: in handleMessage()
DPbapClientStateMachine.java195 mConnectionHandler.obtainMessage(PbapClientConnectionHandler.MSG_CONNECT, in processMessage()