Home
last modified time | relevance | path

Searched refs:GsmCdmaConnection (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaConnectionTest.java36 private GsmCdmaConnection connection;
59 connection = new GsmCdmaConnection(mPhone, String.format( in testFormatDialString()
74 connection = new GsmCdmaConnection(mPhone, String.format( in testSanityGSM()
91 connection = new GsmCdmaConnection(mPhone, String.format( in testSanityCDMA()
108 connection = new GsmCdmaConnection(mPhone, String.format( in testConnectionStateUpdate()
125 connection = new GsmCdmaConnection(mPhone, String.format( in testCDMAPostDialPause()
135 waitForMs(GsmCdmaConnection.PAUSE_DELAY_MILLIS_CDMA + 100); in testCDMAPostDialPause()
141 connection = new GsmCdmaConnection(mPhone, String.format( in testGSMPostDialPause()
151 waitForMs(GsmCdmaConnection.PAUSE_DELAY_MILLIS_GSM + 100); in testGSMPostDialPause()
159 connection = new GsmCdmaConnection(mPhone, in testPostDialWait()
[all …]
DGsmCdmaCallTest.java31 @Mock GsmCdmaConnection mConnection1;
32 @Mock GsmCdmaConnection mConnection2;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java69 private GsmCdmaConnection mConnections[];
74 private ArrayList<GsmCdmaConnection> mDroppedDuringPoll =
75 new ArrayList<GsmCdmaConnection>(MAX_CONNECTIONS_GSM);
82 private GsmCdmaConnection mPendingMO;
169 mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_GSM]; in updatePhoneType()
172 mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_CDMA]; in updatePhoneType()
187 for (GsmCdmaConnection gsmCdmaConnection : mConnections) { in reset()
245 GsmCdmaConnection conn = (GsmCdmaConnection)connCopy.get(i); in fakeHoldForegroundBeforeDial()
298 mPendingMO = new GsmCdmaConnection(mPhone, checkForTestEmergencyNumber(dialString), in dial()
409 mPendingMO = new GsmCdmaConnection(mPhone, checkForTestEmergencyNumber(dialString), in dial()
[all …]
DGsmCdmaCall.java84 public boolean connectionDisconnected(GsmCdmaConnection conn) { in connectionDisconnected()
106 public void detach(GsmCdmaConnection conn) { in detach()
114 /*package*/ boolean update (GsmCdmaConnection conn, DriverCall dc) { in update()
146 GsmCdmaConnection cn = (GsmCdmaConnection)mConnections.get(i); in onHangupLocal()
DGsmCdmaConnection.java43 public class GsmCdmaConnection extends Connection { class
120 public GsmCdmaConnection (GsmCdmaPhone phone, DriverCall dc, GsmCdmaCallTracker ct, int index) { in GsmCdmaConnection() method in GsmCdmaConnection
146 public GsmCdmaConnection (GsmCdmaPhone phone, String dialString, GsmCdmaCallTracker ct, in GsmCdmaConnection() method in GsmCdmaConnection
195 public GsmCdmaConnection(Context context, CdmaCallWaitingNotification cw, GsmCdmaCallTracker ct, in GsmCdmaConnection() method in GsmCdmaConnection
DGsmCdmaPhone.java925 GsmCdmaConnection conn = mCT.getConnectionByIndex(call, callIndex); in handleCallHoldIncallSupplementaryService()
/frameworks/base/
Dcompiled-classes-phone5521 com.android.internal.telephony.GsmCdmaConnection