Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java115 private static final int MSG_DISCONNECTING_TIMEOUT = 4; field in MceStateMachine
946 sendMessageDelayed(MSG_DISCONNECTING_TIMEOUT, DISCONNECT_TIMEOUT); in enter()
956 case MSG_DISCONNECTING_TIMEOUT: in processMessage()
978 removeMessages(MSG_DISCONNECTING_TIMEOUT); in exit()