Searched refs:SuppService (Results 1 – 5 of 5) sorted by relevance
814 private Phone.SuppService getFailedService(int what) { in getFailedService()817 return Phone.SuppService.SWITCH; in getFailedService()819 return Phone.SuppService.CONFERENCE; in getFailedService()821 return Phone.SuppService.SEPARATE; in getFailedService()823 return Phone.SuppService.TRANSFER; in getFailedService()825 return Phone.SuppService.UNKNOWN; in getFailedService()
390 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()501 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()548 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()578 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()583 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()599 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()618 notifySuppServiceFailed(Phone.SuppService.CONFERENCE); in handleMultipartyIncallSupplementaryService()638 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()651 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
894 private Phone.SuppService getFailedService(int what) { in getFailedService()897 return Phone.SuppService.SWITCH; in getFailedService()899 return Phone.SuppService.CONFERENCE; in getFailedService()901 return Phone.SuppService.SEPARATE; in getFailedService()903 return Phone.SuppService.TRANSFER; in getFailedService()905 return Phone.SuppService.UNKNOWN; in getFailedService()
190 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
94 enum SuppService { enum