Searched defs:MSG_DISCONNECTING_TIMEOUT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java100 private static final int MSG_DISCONNECTING_TIMEOUT = 4; field in class:MceStateMachine
653 sendMessageDelayed(MSG_DISCONNECTING_TIMEOUT, TIMEOUT);
663 case MSG_DISCONNECTING_TIMEOUT:
685 removeMessages(MSG_DISCONNECTING_TIMEOUT);

Completed in 12 milliseconds