Searched refs:SuppService (Results 1 – 9 of 9) sorted by relevance
1415 private Phone.SuppService getFailedService(int what) { in getFailedService()1418 return Phone.SuppService.SWITCH; in getFailedService()1420 return Phone.SuppService.CONFERENCE; in getFailedService()1422 return Phone.SuppService.SEPARATE; in getFailedService()1424 return Phone.SuppService.TRANSFER; in getFailedService()1426 return Phone.SuppService.UNKNOWN; in getFailedService()
63 enum SuppService { enum
242 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent()
754 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()979 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()1021 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()1048 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()1052 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()1065 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()1102 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
482 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()547 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()559 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()574 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()586 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()613 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()624 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
222 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
2558 mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);2636 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);2747 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
189 assertEquals(Phone.SuppService.HANGUP, in testHandleInCallMmiCommandCallWaiting()216 assertEquals(Phone.SuppService.SEPARATE, in testHandleInCallMmiCommandCallHold()255 assertEquals(Phone.SuppService.TRANSFER, in testHandleInCallMmiCommandCallEct()272 assertEquals(Phone.SuppService.UNKNOWN, in testHandleInCallMmiCommandCallCcbs()
171 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()