Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java70 private static final int MESSAGE_CONNECT_CHANNEL = 3; field in HealthService
200 case MESSAGE_CONNECT_CHANNEL: in handleMessage()
584 Message msg = mHandler.obtainMessage(MESSAGE_CONNECT_CHANNEL); in connectChannel()