Searched refs:acceptCall (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl47 boolean acceptCall(in BluetoothDevice device, int flag);
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.java148 public void acceptCall(int videoState) throws CallStateException { method in class:SipPhone
152 if (DBG) log("acceptCall: accepting");
155 mRingingCall.acceptCall();
158 log("acceptCall:" +
539 void acceptCall() throws CallStateException { method in class:SipPhone.SipCall
540 if (SC_DBG) log("acceptCall: accepting");
542 throw new CallStateException("acceptCall() in a non-ringing call");
545 throw new CallStateException("acceptCall() in a conf call");
547 ((SipConnection) mConnections.get(0)).acceptCall();
841 void acceptCall() throw method in class:SipPhone.SipConnection
[all...]
H A DSipCommandInterface.java151 public void acceptCall (Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java276 acceptCall(int videoState) throws CallStateException { method in class:ImsPhone
277 mCT.acceptCall(videoState);
413 mCT.acceptCall(ImsCallProfile.CALL_TYPE_VOICE);
H A DImsPhoneCommandInterface.java150 public void acceptCall (Message result) { method in class:ImsPhoneCommandInterface
H A DImsPhoneCallTracker.java481 void acceptCall (int videoState) throws CallStateException { method in class:ImsPhoneCallTracker
482 if (DBG) log("acceptCall");
496 if (DBG) log("acceptCall: incoming...");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken337 mGSMPhone.acceptCall();
547 mGSMPhone.acceptCall();
620 mGSMPhone.acceptCall();
680 mGSMPhone.acceptCall();
1040 mGSMPhone.acceptCall();
1317 mGSMPhone.acceptCall();
H A DUsimDataDownloadCommands.java.broken286 public void acceptCall(Message result) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java505 acceptCall(int videoState) throws CallStateException { method in class:GSMPhone
508 imsPhone.acceptCall(videoState);
510 mCT.acceptCall();
688 mCT.acceptCall();
H A DGsmCallTracker.java269 acceptCall () throws CallStateException { method in class:GsmCallTracker
275 Rlog.i("phone", "acceptCall: incoming...");
278 mCi.acceptCall(obtainCompleteMessage());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java300 acceptCall() throws CallStateException { method in class:CdmaCallTracker
302 Rlog.i("phone", "acceptCall: incoming...");
305 mCi.acceptCall(obtainCompleteMessage());
H A DCDMAPhone.java528 acceptCall(int videoState) throws CallStateException { method in class:CDMAPhone
531 imsPhone.acceptCall(videoState);
533 mCT.acceptCall();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java723 void acceptCall(int videoState) throws CallStateException; method in interface:Phone
H A DPhoneProxy.java723 public void acceptCall(int videoState) throws CallStateException { method in class:PhoneProxy
724 mActivePhone.acceptCall(videoState);
H A DCallManager.java741 public void acceptCall(Call ringingCall) throws CallStateException { method in class:CallManager
745 Rlog.d(LOG_TAG, "acceptCall(" +ringingCall + " from " + ringingCall.getPhone() + ")");
768 ringingPhone.acceptCall(VideoProfile.STATE_AUDIO_ONLY);
771 Rlog.d(LOG_TAG, "End acceptCall(" +ringingCall + ")");
H A DCommandsInterface.java953 void acceptCall (Message result); method in interface:CommandsInterface
H A DRIL.java1106 acceptCall (Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java724 public void acceptCall (Message result) { method in class:SimulatedCommands

Completed in 286 milliseconds