Searched defs:acceptCall (Results 1 - 15 of 15) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java503 public void acceptCall() throws CallStateException { method in class:GsmCdmaCallTracker
509 Rlog.i("phone", "acceptCall: incoming...");
512 mCi.acceptCall(obtainCompleteMessage());
H A DCallManager.java681 public void acceptCall(Call ringingCall) throws CallStateException { method in class:CallManager
685 Rlog.d(LOG_TAG, "acceptCall(" +ringingCall + " from " + ringingCall.getPhone() + ")");
708 ringingPhone.acceptCall(VideoProfile.STATE_AUDIO_ONLY);
711 Rlog.d(LOG_TAG, "End acceptCall(" +ringingCall + ")");
H A DPhoneInternalInterface.java286 void acceptCall(int videoState) throws CallStateException; method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java710 public void acceptCall(int videoState) throws CallStateException { method in class:GsmCdmaPhone
713 imsPhone.acceptCall(videoState);
715 mCT.acceptCall();
941 mCT.acceptCall();
H A DCommandsInterface.java956 void acceptCall (Message result); method in interface:CommandsInterface
H A DRIL.java1222 acceptCall (Message result) { method in class:RIL
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java732 public boolean acceptCall(BluetoothDevice device, int flag) { method in class:BluetoothHeadsetClient
733 if (DBG) log("acceptCall()");
737 return mService.acceptCall(device, flag);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java151 public void acceptCall(int videoState) throws CallStateException { method in class:SipPhone
155 if (DBG) log("acceptCall: accepting");
158 mRingingCall.acceptCall();
161 log("acceptCall:" +
558 void acceptCall() throws CallStateException { method in class:SipPhone.SipCall
559 if (SC_DBG) log("acceptCall: accepting");
561 throw new CallStateException("acceptCall() in a non-ringing call");
564 throw new CallStateException("acceptCall() in a conf call");
566 ((SipConnection) mConnections.get(0)).acceptCall();
860 void acceptCall() throw method in class:SipPhone.SipConnection
[all...]
H A DSipCommandInterface.java154 public void acceptCall (Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java286 acceptCall(int videoState) throws CallStateException { method in class:ImsPhone
287 mCT.acceptCall(videoState);
420 mCT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE);
H A DImsPhoneCallTracker.java719 public void acceptCall (int videoState) throws CallStateException { method in class:ImsPhoneCallTracker
720 if (DBG) log("acceptCall");
754 if (DBG) log("acceptCall: incoming...");
H A DImsPhoneCommandInterface.java153 public void acceptCall (Message result) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java740 public void acceptCall (Message result) { method in class:SimulatedCommands
743 SimulatedCommandsVerifier.getInstance().acceptCall(result);
H A DSimulatedCommandsVerifier.java733 public void acceptCall(Message result) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1102 public void acceptCall(int videoState) throws CallStateException { method in class:PhoneMock

Completed in 220 milliseconds