Searched refs:notifySuppServiceFailed (Results 1 – 7 of 7) sorted by relevance
627 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()692 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()704 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()719 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()741 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()769 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()781 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
216 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed() method in ImsPhoneBase
3089 mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);3167 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);3283 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);3519 mPhone.notifySuppServiceFailed(Phone.SuppService.TRANSFER);4896 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE); in handleConferenceFailed()
170 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed() method in SipPhoneBase
830 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed() method in GsmCdmaPhone1070 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()1112 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()1139 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()1143 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()1156 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()1193 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
260 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent()
1481 mPhone.notifySuppServiceFailed(getFailedService(msg.what)); in handleMessage()