Searched refs:TIMEOUT_CALL_WAITING_MILLIS (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
H A DCdmaConnection.java43 private static final int TIMEOUT_CALL_WAITING_MILLIS = 20 * 1000; field in class:CdmaConnection
212 * simulate this for the user. We allow TIMEOUT_CALL_WAITING_MILLIS milliseconds before we
216 mHandler.sendEmptyMessageDelayed(MSG_CALL_WAITING_MISSED, TIMEOUT_CALL_WAITING_MILLIS);

Completed in 26 milliseconds