HomeSort by relevance Sort by last modified time
    Searched refs:proceedAfterWaitChar (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 150 public void proceedAfterWaitChar() {
151 if (DBG) log("proceedAfterWaitChar: ignore");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 333 call to proceedAfterWaitChar() */
383 public abstract void proceedAfterWaitChar();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 257 public void proceedAfterWaitChar() {
259 Rlog.w(LOG_TAG, "ImsPhoneConnection.proceedAfterWaitChar(): Expected "
272 Rlog.w(LOG_TAG, "ImsPhoneConnection.proceedAfterWaitChar(): Expected "
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 274 public void proceedAfterWaitChar() {
276 Rlog.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
289 Rlog.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 245 public void proceedAfterWaitChar() {
247 Rlog.w(LOG_TAG, "GsmConnection.proceedAfterWaitChar(): Expected "
260 Rlog.w(LOG_TAG, "GsmConnection.proceedAfterWaitChar(): Expected "
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 328 mOriginalConnection.proceedAfterWaitChar();
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java     [all...]

Completed in 1220 milliseconds