Searched refs:SuppService (Results 1 – 9 of 9) sorted by relevance
1411 private Phone.SuppService getFailedService(int what) { in getFailedService()1414 return Phone.SuppService.SWITCH; in getFailedService()1416 return Phone.SuppService.CONFERENCE; in getFailedService()1418 return Phone.SuppService.SEPARATE; in getFailedService()1420 return Phone.SuppService.TRANSFER; in getFailedService()1422 return Phone.SuppService.UNKNOWN; in getFailedService()
65 enum SuppService { enum
830 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()1070 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()
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()
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()
208 assertEquals(Phone.SuppService.HANGUP, in testHandleInCallMmiCommandCallWaiting()235 assertEquals(Phone.SuppService.SEPARATE, in testHandleInCallMmiCommandCallHold()301 assertEquals(Phone.SuppService.UNKNOWN, in testHandleInCallMmiCommandCallCcbs()
170 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()