Home
last modified time | relevance | path

Searched refs:notifySuppServiceFailed (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java373 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
438 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
450 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
465 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
477 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
504 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()
515 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
DImsPhoneBase.java232 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed() method in ImsPhoneBase
DImsPhoneCallTracker.java2296 mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);
2354 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);
2496 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java187 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent()
DGsmCdmaPhone.java651 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed() method in GsmCdmaPhone
860 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
902 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
929 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
933 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
946 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
983 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
DGsmCdmaCallTracker.java1409 mPhone.notifySuppServiceFailed(getFailedService(msg.what)); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java194 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed() method in SipPhoneBase