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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java518 public void acceptCall() throws CallStateException { method in class:GsmCdmaCallTracker
524 Rlog.i("phone", "acceptCall: incoming...");
527 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.java325 void acceptCall(int videoState) throws CallStateException; method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java704 public void acceptCall(int videoState) throws CallStateException { method in class:GsmCdmaPhone
707 imsPhone.acceptCall(videoState);
709 mCT.acceptCall();
935 mCT.acceptCall();
H A DCommandsInterface.java968 void acceptCall (Message result); method in interface:CommandsInterface
H A DRIL.java1489 public void acceptCall(Message result) { method in class:RIL
1500 radioProxy.acceptCall(rr.mSerial);
1503 handleRadioProxyExceptionForRR(rr, "acceptCall", e);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java723 public boolean acceptCall(BluetoothDevice device, int flag) { method in class:BluetoothHeadsetClient
724 if (DBG) log("acceptCall()");
728 return service.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();
861 void acceptCall() throw method in class:SipPhone.SipConnection
[all...]
H A DSipCommandInterface.java166 public void acceptCall (Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java346 acceptCall(int videoState) throws CallStateException { method in class:ImsPhone
347 mCT.acceptCall(videoState);
523 mCT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE);
H A DImsPhoneCallTracker.java1228 public void acceptCall (int videoState) throws CallStateException { method in class:ImsPhoneCallTracker
1229 if (DBG) log("acceptCall");
1263 if (DBG) log("acceptCall: incoming...");
H A DImsPhoneCommandInterface.java165 public void acceptCall (Message result) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java785 public void acceptCall (Message result) { method in class:SimulatedCommands
788 SimulatedCommandsVerifier.getInstance().acceptCall(result);
H A DSimulatedCommandsVerifier.java747 public void acceptCall(Message result) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1105 public void acceptCall(int videoState) throws CallStateException { method in class:PhoneMock

Completed in 263 milliseconds