Searched refs:DriverCall (Results 1 – 13 of 13) sorted by relevance
27 public class DriverCall implements Comparable<DriverCall> { class94 static DriverCall96 DriverCall ret = new DriverCall(); in fromCLCCLine()141 DriverCall() { in DriverCall() method in DriverCall192 compareTo(DriverCall dc) { in compareTo()
70 public void attach(Connection conn, DriverCall dc) { in attach()116 /*package*/ boolean update (GsmCdmaConnection conn, DriverCall dc) { in update()
83 private int mAudioCodec = DriverCall.AUDIO_QUALITY_UNSPECIFIED;130 public GsmCdmaConnection (GsmCdmaPhone phone, DriverCall dc, GsmCdmaCallTracker ct, int index) { in GsmCdmaConnection()315 compareTo(DriverCall c) { in compareTo()647 update (DriverCall dc) { in update()968 parentFromDCState (DriverCall.State state) { in parentFromDCState()992 case DriverCall.AUDIO_QUALITY_AMR_WB: in getAudioQualityFromDC()993 case DriverCall.AUDIO_QUALITY_EVRC_NW: in getAudioQualityFromDC()
828 DriverCall dc = null; in handlePollCalls()832 dc = (DriverCall) polledCalls.get(curDC); in handlePollCalls()897 dc.state == DriverCall.State.ACTIVE) { in handlePollCalls()1009 if ((dc.state == DriverCall.State.DIALING in handlePollCalls()1011 || (dc.state == DriverCall.State.ALERTING in handlePollCalls()1013 || (dc.state == DriverCall.State.INCOMING in handlePollCalls()1015 || (dc.state == DriverCall.State.WAITING in handlePollCalls()1694 private Connection checkMtFindNewRinging(DriverCall dc, int i) { in checkMtFindNewRinging()1710 if (dc.state != DriverCall.State.ALERTING in checkMtFindNewRinging()1711 && dc.state != DriverCall.State.DIALING) { in checkMtFindNewRinging()[all …]
1657 ArrayList<DriverCall> dcCalls = new ArrayList<DriverCall>(num); in responseCurrentCalls()1658 DriverCall dc; in responseCurrentCalls()1661 dc = new DriverCall(); in responseCurrentCalls()1664 dc.state = DriverCall.stateFromCLCC((int) (calls.get(i).state)); in responseCurrentCalls()1674 DriverCall.presentationFromCLIP( in responseCurrentCalls()1678 DriverCall.presentationFromCLIP((int) (calls.get(i).namePresentation)); in responseCurrentCalls()1736 ArrayList<DriverCall> dcCalls = new ArrayList<DriverCall>(num); in responseCurrentCalls_1_2()1737 DriverCall dc; in responseCurrentCalls_1_2()1740 dc = new DriverCall(); in responseCurrentCalls_1_2()1743 dc.state = DriverCall.stateFromCLCC((int) (calls.get(i).base.state)); in responseCurrentCalls_1_2()[all …]
55 stateFromDCState (DriverCall.State dcState) { in stateFromDCState()
106 protected Connection getHoConnection(DriverCall dc) { in getHoConnection()
5127 ArrayList<DriverCall> calls = (ArrayList<DriverCall>) ret; in retToString()5129 for (DriverCall dc : calls) { in retToString()
39 DriverCall mDC;127 mDC.state = DriverCall.State.ACTIVE; in testConnectionStateUpdate()131 mDC.state = DriverCall.State.HOLDING; in testConnectionStateUpdate()145 mDC.state = DriverCall.State.ALERTING; in testCDMAPostDialPause()147 mDC.state = DriverCall.State.ACTIVE; in testCDMAPostDialPause()162 mDC.state = DriverCall.State.ALERTING; in testGSMPostDialPause()164 mDC.state = DriverCall.State.ACTIVE; in testGSMPostDialPause()181 mDC.state = DriverCall.State.ALERTING; in testPostDialWait()183 mDC.state = DriverCall.State.ACTIVE; in testPostDialWait()197 mDC.state = DriverCall.State.ACTIVE; in testHangUpConnection()[all …]
33 @Mock DriverCall mDriverCall;56 mDriverCall.state = DriverCall.State.ACTIVE; in testAttachDetach()81 mDriverCall.state = DriverCall.State.ACTIVE; in testMultiparty()108 mDriverCall.state = DriverCall.State.ACTIVE; in testConnectionDisconnected()
24 import com.android.internal.telephony.DriverCall;83 DriverCall85 DriverCall ret; in toDriverCall()87 ret = new DriverCall(); in toDriverCall()93 ret.state = DriverCall.stateFromCLCC(mState.value()); in toDriverCall()730 public List<DriverCall>732 ArrayList<DriverCall> ret = new ArrayList<DriverCall>(mCalls.length); in getDriverCalls()738 DriverCall dc; in getDriverCalls()
69 import com.android.internal.telephony.DriverCall;2590 case DriverCall.AUDIO_QUALITY_AMR: in convertGsmCdmaCodec()2592 case DriverCall.AUDIO_QUALITY_AMR_WB: in convertGsmCdmaCodec()2594 case DriverCall.AUDIO_QUALITY_GSM_EFR: in convertGsmCdmaCodec()2596 case DriverCall.AUDIO_QUALITY_GSM_FR: in convertGsmCdmaCodec()2598 case DriverCall.AUDIO_QUALITY_GSM_HR: in convertGsmCdmaCodec()2600 case DriverCall.AUDIO_QUALITY_EVRC: in convertGsmCdmaCodec()2602 case DriverCall.AUDIO_QUALITY_EVRC_B: in convertGsmCdmaCodec()2604 case DriverCall.AUDIO_QUALITY_EVRC_WB: in convertGsmCdmaCodec()2606 case DriverCall.AUDIO_QUALITY_EVRC_NW: in convertGsmCdmaCodec()
1272 Lcom/android/internal/telephony/DriverCall$State;->values()[Lcom/android/internal/telephony/DriverC…