Home
last modified time | relevance | path

Searched refs:GsmCdmaConnection (Results 1 – 11 of 11) 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()
76 connection = new GsmCdmaConnection(mPhone, "+8610000", mCT, null, in testOriginalDialString()
81 connection = new GsmCdmaConnection(mPhone, "+8610000", mCT, null, in testOriginalDialString()
88 connection = new GsmCdmaConnection(mPhone, String.format( in testSanityGSM()
106 connection = new GsmCdmaConnection(mPhone, String.format( in testSanityCDMA()
123 connection = new GsmCdmaConnection(mPhone, String.format( in testConnectionStateUpdate()
141 connection = new GsmCdmaConnection(mPhone, String.format( in testCDMAPostDialPause()
152 waitForMs(GsmCdmaConnection.PAUSE_DELAY_MILLIS_CDMA + 100); in testCDMAPostDialPause()
158 connection = new GsmCdmaConnection(mPhone, String.format( in testGSMPostDialPause()
[all …]
DGsmCdmaCallTest.java31 @Mock GsmCdmaConnection mConnection1;
32 @Mock GsmCdmaConnection mConnection2;
DGsmCdmaCallTrackerTest.java63 GsmCdmaConnection mConnection;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCall.java86 public boolean connectionDisconnected(GsmCdmaConnection conn) { in connectionDisconnected()
108 public void detach(GsmCdmaConnection conn) { in detach()
116 /*package*/ boolean update (GsmCdmaConnection conn, DriverCall dc) { in update()
148 GsmCdmaConnection cn = (GsmCdmaConnection)mConnections.get(i); in onHangupLocal()
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()
270 GsmCdmaConnection conn = (GsmCdmaConnection)connCopy.get(i); in fakeHoldForegroundBeforeDial()
324 mPendingMO = new GsmCdmaConnection(mPhone, checkForTestEmergencyNumber(dialString), in dialGsm()
447 mPendingMO = new GsmCdmaConnection(mPhone, checkForTestEmergencyNumber(dialString), in dialCdma()
[all …]
DGsmCdmaConnection.java44 public class GsmCdmaConnection extends Connection { class
130 public GsmCdmaConnection (GsmCdmaPhone phone, DriverCall dc, GsmCdmaCallTracker ct, int index) { in GsmCdmaConnection() method in GsmCdmaConnection
161 public GsmCdmaConnection (GsmCdmaPhone phone, String dialString, GsmCdmaCallTracker ct, in GsmCdmaConnection() method in GsmCdmaConnection
217 public GsmCdmaConnection(Context context, CdmaCallWaitingNotification cw, GsmCdmaCallTracker ct, in GsmCdmaConnection() method in GsmCdmaConnection
DGsmCdmaPhone.java1040 GsmCdmaConnection conn = mCT.getConnectionByIndex(call, callIndex); in handleCallHoldIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java70 import com.android.internal.telephony.GsmCdmaConnection;
1431 public void writeRilCallList(int phoneId, ArrayList<GsmCdmaConnection> connections, in writeRilCallList()
1458 private RilCall[] convertConnectionsToRilCalls(ArrayList<GsmCdmaConnection> mConnections, in convertConnectionsToRilCalls()
1481 private void convertConnectionToRilCall(GsmCdmaConnection conn, RilCall call, in convertConnectionToRilCall()
1545 public void writeRilDial(int phoneId, GsmCdmaConnection conn, int clirMode, UUSInfo uusInfo) { in writeRilDial()
1584 public void writeRilHangup(int phoneId, GsmCdmaConnection conn, int callId, in writeRilHangup()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java54 import com.android.internal.telephony.GsmCdmaConnection;
90 private GsmCdmaConnection mConnection;
/frameworks/base/config/
Dhiddenapi-greylist.txt1351 Lcom/android/internal/telephony/GsmCdmaConnection$MyHandler;-><init>(Lcom/android/internal/telephon…
Dpreloaded-classes4749 com.android.internal.telephony.GsmCdmaConnection