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

/packages/services/Telephony/src/com/android/services/telephony/
H A DGsmConnection.java24 final class GsmConnection extends TelephonyConnection { class in inherits:TelephonyConnection
25 GsmConnection(Connection connection, String telecomCallId, boolean isOutgoing) { method in class:GsmConnection
30 * Clones the current {@link GsmConnection}.
38 GsmConnection gsmConnection = new GsmConnection(getOriginalConnection(),

Completed in 76 milliseconds