Searched refs:SuppService (Results 1 – 7 of 7) sorted by relevance
864 private Phone.SuppService getFailedService(int what) { in getFailedService()867 return Phone.SuppService.SWITCH; in getFailedService()869 return Phone.SuppService.CONFERENCE; in getFailedService()871 return Phone.SuppService.SEPARATE; in getFailedService()873 return Phone.SuppService.TRANSFER; in getFailedService()875 return Phone.SuppService.UNKNOWN; in getFailedService()
450 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()600 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()647 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()676 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()681 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()697 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()735 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
345 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()373 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()385 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()402 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()414 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()441 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()452 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
223 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
1215 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);1303 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
193 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
70 enum SuppService { enum