Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java106 private static final int MSG_CONNECTING_TIMEOUT = 3; field in MceStateMachine
438 sendMessageDelayed(MSG_CONNECTING_TIMEOUT, TIMEOUT); in enter()
475 case MSG_CONNECTING_TIMEOUT: in processMessage()
495 removeMessages(MSG_CONNECTING_TIMEOUT); in exit()