Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaConnectionTest.java47 private GsmCdmaConnection connection;
74 connection = new GsmCdmaConnection(mPhone, String.format( in testFormatDialString()
91 connection = new GsmCdmaConnection(mPhone, "+8610000", mCT, null, in testOriginalDialString()
96 connection = new GsmCdmaConnection(mPhone, "+8610000", mCT, null, in testOriginalDialString()
103 connection = new GsmCdmaConnection(mPhone, String.format( in testSanityGSM()
121 connection = new GsmCdmaConnection(mPhone, String.format( in testSanityCDMA()
138 connection = new GsmCdmaConnection(mPhone, String.format( in testConnectionStateUpdate()
158 connection = new GsmCdmaConnection(mPhone, String.format( in testCDMAPostDialPause()
169 moveTimeForward(GsmCdmaConnection.PAUSE_DELAY_MILLIS_CDMA); in testCDMAPostDialPause()
176 connection = new GsmCdmaConnection(mPhone, String.format( in testGSMPostDialPause()
[all …]
DGsmCdmaCallTest.java30 GsmCdmaConnection mConnection1;
31 GsmCdmaConnection mConnection2;
39 mConnection1 = mock(GsmCdmaConnection.class); in setUp()
40 mConnection2 = mock(GsmCdmaConnection.class); in setUp()
DGsmCdmaCallTrackerTest.java67 private GsmCdmaConnection mConnection;
73 mConnection = mock(GsmCdmaConnection.class); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java81 public GsmCdmaConnection[] mConnections;
86 private ArrayList<GsmCdmaConnection> mDroppedDuringPoll =
87 new ArrayList<GsmCdmaConnection>(MAX_CONNECTIONS_GSM);
98 private GsmCdmaConnection mPendingMO;
193 mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_GSM]; in updatePhoneType()
198 mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_CDMA]; in updatePhoneType()
211 for (GsmCdmaConnection gsmCdmaConnection : mConnections) { in reset()
279 GsmCdmaConnection gsmCdmaConn = (GsmCdmaConnection) conn; in fakeHoldForegroundBeforeDial()
341 mPendingMO = new GsmCdmaConnection(mPhone, dialString, this, mForegroundCall, in dialGsm()
468 mPendingMO = new GsmCdmaConnection(mPhone, dialString, this, mForegroundCall, in dialCdma()
[all …]
DGsmCdmaCall.java92 public boolean connectionDisconnected(GsmCdmaConnection conn) { in connectionDisconnected()
114 public void detach(GsmCdmaConnection conn) { in detach()
122 /*package*/ boolean update (GsmCdmaConnection conn, DriverCall dc) { in update()
158 ((GsmCdmaConnection) conn).onHangupLocal(); in onHangupLocal()
DGsmCdmaConnection.java50 public class GsmCdmaConnection extends Connection { class
133 public GsmCdmaConnection (GsmCdmaPhone phone, DriverCall dc, GsmCdmaCallTracker ct, int index) { in GsmCdmaConnection() method in GsmCdmaConnection
168 public GsmCdmaConnection (GsmCdmaPhone phone, String dialString, GsmCdmaCallTracker ct, in GsmCdmaConnection() method in GsmCdmaConnection
231 public GsmCdmaConnection(Context context, CdmaCallWaitingNotification cw, GsmCdmaCallTracker ct, in GsmCdmaConnection() method in GsmCdmaConnection
DGsmCdmaPhone.java1281 GsmCdmaConnection conn = mCT.getConnectionByIndex(call, callIndex); in handleCallHoldIncallSupplementaryService()
2637 String formatNumber = GsmCdmaConnection.formatDialString(dialingNumber); in setCallForwardingOption()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java55 import com.android.internal.telephony.GsmCdmaConnection;
96 private GsmCdmaConnection mConnection;
109 mConnection = mock(GsmCdmaConnection.class); in setUp()
DVoiceCallSessionStatsTest.java73 import com.android.internal.telephony.GsmCdmaConnection;
120 private GsmCdmaConnection mGsmConnection0;
121 private GsmCdmaConnection mGsmConnection1;
168 mGsmConnection0 = mock(GsmCdmaConnection.class); in setUp()
169 mGsmConnection1 = mock(GsmCdmaConnection.class); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java80 import com.android.internal.telephony.GsmCdmaConnection;
1564 public void writeRilCallList(int phoneId, ArrayList<GsmCdmaConnection> connections, in writeRilCallList()
1591 private RilCall[] convertConnectionsToRilCalls(ArrayList<GsmCdmaConnection> mConnections, in convertConnectionsToRilCalls()
1614 private void convertConnectionToRilCall(GsmCdmaConnection conn, RilCall call, in convertConnectionToRilCall()
1682 public void writeRilDial(int phoneId, GsmCdmaConnection conn, int clirMode, UUSInfo uusInfo) { in writeRilDial()
1721 public void writeRilHangup(int phoneId, GsmCdmaConnection conn, int callId, in writeRilHangup()
DVoiceCallSessionStats.java69 import com.android.internal.telephony.GsmCdmaConnection;
203 public synchronized void onRilCallListChanged(List<GsmCdmaConnection> connections) { in onRilCallListChanged()
/frameworks/base/boot/
Dpreloaded-classes11702 com.android.internal.telephony.GsmCdmaConnection$1
11703 com.android.internal.telephony.GsmCdmaConnection$MyHandler
11704 com.android.internal.telephony.GsmCdmaConnection
Dboot-image-profile.txt34139 Lcom/android/internal/telephony/GsmCdmaConnection$1;
34140 Lcom/android/internal/telephony/GsmCdmaConnection$MyHandler;
34141 Lcom/android/internal/telephony/GsmCdmaConnection;
/frameworks/base/config/
Dpreloaded-classes11733 com.android.internal.telephony.GsmCdmaConnection$1
11734 com.android.internal.telephony.GsmCdmaConnection$MyHandler
11735 com.android.internal.telephony.GsmCdmaConnection
Dboot-image-profile.txt44300 Lcom/android/internal/telephony/GsmCdmaConnection$1;
44301 Lcom/android/internal/telephony/GsmCdmaConnection$MyHandler;
44302 Lcom/android/internal/telephony/GsmCdmaConnection;