Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaConnectionTest.java43 private GsmCdmaConnection connection;
66 connection = new GsmCdmaConnection(mPhone, String.format( in testFormatDialString()
83 connection = new GsmCdmaConnection(mPhone, "+8610000", mCT, null, in testOriginalDialString()
88 connection = new GsmCdmaConnection(mPhone, "+8610000", mCT, null, in testOriginalDialString()
95 connection = new GsmCdmaConnection(mPhone, String.format( in testSanityGSM()
113 connection = new GsmCdmaConnection(mPhone, String.format( in testSanityCDMA()
130 connection = new GsmCdmaConnection(mPhone, String.format( in testConnectionStateUpdate()
150 connection = new GsmCdmaConnection(mPhone, String.format( in testCDMAPostDialPause()
161 moveTimeForward(GsmCdmaConnection.PAUSE_DELAY_MILLIS_CDMA); in testCDMAPostDialPause()
168 connection = new GsmCdmaConnection(mPhone, String.format( in testGSMPostDialPause()
[all …]
DGsmCdmaCallTest.java31 @Mock GsmCdmaConnection mConnection1;
32 @Mock GsmCdmaConnection mConnection2;
DGsmCdmaCallTrackerTest.java60 GsmCdmaConnection mConnection;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java75 public GsmCdmaConnection[] mConnections;
80 private ArrayList<GsmCdmaConnection> mDroppedDuringPoll =
81 new ArrayList<GsmCdmaConnection>(MAX_CONNECTIONS_GSM);
92 private GsmCdmaConnection mPendingMO;
179 mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_GSM]; in updatePhoneType()
187 mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_CDMA]; in updatePhoneType()
200 for (GsmCdmaConnection gsmCdmaConnection : mConnections) { in reset()
268 GsmCdmaConnection gsmCdmaConn = (GsmCdmaConnection) conn; in fakeHoldForegroundBeforeDial()
322 mPendingMO = new GsmCdmaConnection(mPhone, dialString, this, mForegroundCall, in dialGsm()
439 mPendingMO = new GsmCdmaConnection(mPhone, dialString, this, mForegroundCall, in dialCdma()
[all …]
DGsmCdmaCall.java89 public boolean connectionDisconnected(GsmCdmaConnection conn) { in connectionDisconnected()
111 public void detach(GsmCdmaConnection conn) { in detach()
119 /*package*/ boolean update (GsmCdmaConnection conn, DriverCall dc) { in update()
151 ((GsmCdmaConnection) conn).onHangupLocal(); in onHangupLocal()
DGsmCdmaConnection.java45 public class GsmCdmaConnection extends Connection { class
128 public GsmCdmaConnection (GsmCdmaPhone phone, DriverCall dc, GsmCdmaCallTracker ct, int index) { in GsmCdmaConnection() method in GsmCdmaConnection
159 public GsmCdmaConnection (GsmCdmaPhone phone, String dialString, GsmCdmaCallTracker ct, in GsmCdmaConnection() method in GsmCdmaConnection
215 public GsmCdmaConnection(Context context, CdmaCallWaitingNotification cw, GsmCdmaCallTracker ct, in GsmCdmaConnection() method in GsmCdmaConnection
DGsmCdmaPhone.java1141 GsmCdmaConnection conn = mCT.getConnectionByIndex(call, callIndex); in handleCallHoldIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java52 import com.android.internal.telephony.GsmCdmaConnection;
137 public synchronized void onRilCallListChanged(List<GsmCdmaConnection> connections) { in onRilCallListChanged()
DTelephonyMetrics.java74 import com.android.internal.telephony.GsmCdmaConnection;
1506 public void writeRilCallList(int phoneId, ArrayList<GsmCdmaConnection> connections, in writeRilCallList()
1533 private RilCall[] convertConnectionsToRilCalls(ArrayList<GsmCdmaConnection> mConnections, in convertConnectionsToRilCalls()
1556 private void convertConnectionToRilCall(GsmCdmaConnection conn, RilCall call, in convertConnectionToRilCall()
1624 public void writeRilDial(int phoneId, GsmCdmaConnection conn, int clirMode, UUSInfo uusInfo) { in writeRilDial()
1663 public void writeRilHangup(int phoneId, GsmCdmaConnection conn, int callId, in writeRilHangup()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java57 import com.android.internal.telephony.GsmCdmaConnection;
95 private GsmCdmaConnection mConnection;
DVoiceCallSessionStatsTest.java53 import com.android.internal.telephony.GsmCdmaConnection;
97 @Mock private GsmCdmaConnection mGsmConnection0;
98 @Mock private GsmCdmaConnection mGsmConnection1;
/frameworks/base/config/
Dpreloaded-classes8608 com.android.internal.telephony.GsmCdmaConnection
Dboot-image-profile.txt49134 Lcom/android/internal/telephony/GsmCdmaConnection$1;
49135 Lcom/android/internal/telephony/GsmCdmaConnection$MyHandler;
49136 Lcom/android/internal/telephony/GsmCdmaConnection;