Searched refs:getCurrentCalls (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl44 List<BluetoothHeadsetClientCall> getCurrentCalls(in BluetoothDevice device);
H A DBluetoothHeadsetClient.java685 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) { method in class:BluetoothHeadsetClient
686 if (DBG) log("getCurrentCalls()");
690 return mService.getCurrentCalls(device);
707 if (DBG) log("getCurrentCalls()");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaCallTrackerTest.java359 // verify getCurrentCalls is called on init
360 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class));
372 // verify getCurrentCalls is called on updating phone type
373 verify(mSimulatedCommandsVerifier, times(2)).getCurrentCalls(any(Message.class));
382 // update phone type - call tracker goes to IDLE and then due to getCurrentCalls(),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java75 mCi.getCurrentCalls(mLastRelevantPoll);
132 * does not require polling of getCurrentCalls(). However, if other
133 * operations that do need getCurrentCalls() are pending or are
135 * of getCurrentCalls() will be postponed until this
146 * @return true if we're idle or there's a call to getCurrentCalls() pending
H A DCommandsInterface.java789 void getCurrentCalls (Message result); method in interface:CommandsInterface
H A DGsmCdmaCallTracker.java653 * Obtain a message to use for signalling "invoke getCurrentCalls() when
661 * Obtain a message to use for signalling "invoke getCurrentCalls() when
683 mCi.getCurrentCalls(mLastRelevantPoll);
H A DRIL.java1030 getCurrentCalls (Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java83 public void getCurrentCalls(Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java84 public void getCurrentCalls(Message result) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken222 public void getCurrentCalls(Message result) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java460 public void getCurrentCalls (Message result) { method in class:SimulatedCommands
461 SimulatedCommandsVerifier.getInstance().getCurrentCalls(result);
463 //Rlog.i("GSM", "[SimCmds] getCurrentCalls");
466 //Rlog.i("GSM", "[SimCmds] getCurrentCalls: RADIO_OFF or SIM not ready!");
H A DSimulatedCommandsVerifier.java648 public void getCurrentCalls(Message result) { method in class:SimulatedCommandsVerifier

Completed in 384 milliseconds