HomeSort by relevance Sort by last modified time
    Searched refs:hangupForegroundResumeBackground (Results 1 - 24 of 24) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallManagerTest.java 256 CallManager.getInstance().hangupForegroundResumeBackground(mBgCall);
263 CallManager.getInstance().hangupForegroundResumeBackground(mBgCall);
270 CallManager.getInstance().hangupForegroundResumeBackground(mBgCall);
RILTest.java 412 mRILUnderTest.hangupForegroundResumeBackground(obtainMessage());
413 verify(mRadioProxy).hangupForegroundResumeBackground(mSerialNumberCaptor.capture());
    [all...]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_voice.cpp 100 * Test IRadio.hangupForegroundResumeBackground() for the response returned.
102 TEST_F(RadioHidlTest, hangupForegroundResumeBackground) {
105 radio->hangupForegroundResumeBackground(serial);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java     [all...]
CommandsInterface.java     [all...]
CallManager.java 798 public void hangupForegroundResumeBackground(Call heldCall) throws CallStateException {
803 Rlog.d(LOG_TAG, "hangupForegroundResumeBackground(" +heldCall + ")");
822 Rlog.d(LOG_TAG, "End hangupForegroundResumeBackground(" +heldCall + ")");
    [all...]
RIL.java     [all...]
  /hardware/interfaces/radio/1.0/
IRadio.hal 209 oneway hangupForegroundResumeBackground(int32_t serial);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 141 public void hangupForegroundResumeBackground (Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 141 public void hangupForegroundResumeBackground (Message result) {
  /hardware/interfaces/radio/1.2/default/
Radio.cpp 176 Return<void> Radio::hangupForegroundResumeBackground(int32_t /* serial */) {
Radio.h 72 Return<void> hangupForegroundResumeBackground(int32_t serial) override;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 262 public void hangupForegroundResumeBackground(Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 717 public void hangupForegroundResumeBackground(Message result) {
SimulatedCommands.java 683 public void hangupForegroundResumeBackground (Message result) {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 404 log("- hangup(Call): hangupForegroundResumeBackground...");
405 cm.hangupForegroundResumeBackground(cm.getFirstActiveBgCall());
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /hardware/ril/libril/
ril_service.cpp 166 Return<void> hangupForegroundResumeBackground(int32_t serial);
972 Return<void> RadioImpl::hangupForegroundResumeBackground(int32_t serial) {
974 RLOGD("hangupForegroundResumeBackground: serial %d", serial);
    [all...]

Completed in 2877 milliseconds