HomeSort by relevance Sort by last modified time
    Searched full:postdialstring (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java 457 final String postDialString = "12345";
458 ((Connection) connection).setPostDialWait(postDialString);
461 assertEquals(postDialString, mOnPostDialWaitCounter.getArgs(0)[1]);
462 assertEquals(postDialString, call.getRemainingPostDialSequence());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 386 // make a new postDialString, with the wild char replacement string
387 // at the beginning, followed by the remaining postDialString.
394 log("proceedAfterWildChar: new postDialString is " +
    [all...]
Connection.java 180 protected int mNextPostDialChar; // index into postDialString
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 356 // make a new postDialString, with the wild char replacement string
357 // at the beginning, followed by the remaining postDialString.
364 Rlog.d(LOG_TAG, "proceedAfterWildChar: new postDialString is " +
    [all...]

Completed in 920 milliseconds