Searched refs:mCT (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java109 GsmCallTracker mCT; field in class:GSMPhone
146 mCT = new GsmCallTracker(this);
220 mCT.dispose();
236 mCT = null;
256 return mCT.state;
272 return mCT;
308 if ( mCT.state != PhoneConstants.State.IDLE
425 mCT.acceptCall();
430 mCT.rejectCall();
435 mCT
[all...]
H A DGsmServiceStateTracker.java481 phone.mCT.ringingCall.hangupIfAlive();
482 phone.mCT.backgroundCall.hangupIfAlive();
483 phone.mCT.foregroundCall.hangupIfAlive();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java105 CdmaCallTracker mCT; field in class:CDMAPhone
166 mCT = new CdmaCallTracker(this);
241 mCT.dispose();
259 mCT = null;
280 return mCT;
284 return mCT.state;
305 return mCT.ringingCall;
309 mCT.setMute(muted);
313 return mCT.getMute();
330 mCT
[all...]
H A DCDMALTEPhone.java136 if (mCT.state != PhoneConstants.State.IDLE &&
H A DCdmaDataConnectionTracker.java108 p.mCT.registerForVoiceCallEnded (this, DctConstants.EVENT_VOICE_CALL_ENDED, null);
109 p.mCT.registerForVoiceCallStarted (this, DctConstants.EVENT_VOICE_CALL_STARTED, null);
151 mCdmaPhone.mCT.unregisterForVoiceCallEnded(this);
152 mCdmaPhone.mCT.unregisterForVoiceCallStarted(this);
H A DCdmaServiceStateTracker.java1616 phone.mCT.ringingCall.hangupIfAlive();
1617 phone.mCT.backgroundCall.hangupIfAlive();
1618 phone.mCT.foregroundCall.hangupIfAlive();

Completed in 3968 milliseconds