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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java100 private static final int CONNECTING_TIMEOUT = 53; field in class:HeadsetClientStateMachine
881 // removed in exit. It is safe to send a CONNECTING_TIMEOUT here since
883 sendMessageDelayed(CONNECTING_TIMEOUT, CONNECTING_TIMEOUT_MS);
935 case CONNECTING_TIMEOUT:
1034 removeMessages(CONNECTING_TIMEOUT);

Completed in 35 milliseconds