Searched refs:SuppService (Results 1 – 7 of 7) sorted by relevance
853 private Phone.SuppService getFailedService(int what) { in getFailedService()856 return Phone.SuppService.SWITCH; in getFailedService()858 return Phone.SuppService.CONFERENCE; in getFailedService()860 return Phone.SuppService.SEPARATE; in getFailedService()862 return Phone.SuppService.TRANSFER; in getFailedService()864 return Phone.SuppService.UNKNOWN; in getFailedService()
452 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()602 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()649 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()678 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()683 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()699 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()737 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
301 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()329 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()341 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()358 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()370 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()397 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()408 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
229 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
1136 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);1183 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
192 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
68 enum SuppService { enum