HomeSort by relevance Sort by last modified time
    Searched defs:GsmConnection (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
GsmConnection.java 24 final class GsmConnection extends TelephonyConnection {
25 GsmConnection(Connection connection) {
30 * Clones the current {@link GsmConnection}.
38 GsmConnection gsmConnection = new GsmConnection(getOriginalConnection());
39 return gsmConnection;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 40 public class GsmConnection extends Connection {
41 private static final String LOG_TAG = "GsmConnection";
111 GsmConnection (Context context, DriverCall dc, GsmCallTracker ct, int index) {
135 GsmConnection (Context context, String dialString, GsmCallTracker ct, GsmCall parent) {
248 Rlog.w(LOG_TAG, "GsmConnection.proceedAfterWaitChar(): Expected "
261 Rlog.w(LOG_TAG, "GsmConnection.proceedAfterWaitChar(): Expected "

Completed in 81 milliseconds