Searched refs:SuppService (Results 1 – 9 of 9) sorted by relevance
184 assertEquals(Phone.SuppService.HANGUP, in testHandleInCallMmiCommandCallWaiting()211 assertEquals(Phone.SuppService.SEPARATE, in testHandleInCallMmiCommandCallHold()250 assertEquals(Phone.SuppService.TRANSFER, in testHandleInCallMmiCommandCallEct()267 assertEquals(Phone.SuppService.UNKNOWN, in testHandleInCallMmiCommandCallCcbs()
1356 private Phone.SuppService getFailedService(int what) { in getFailedService()1359 return Phone.SuppService.SWITCH; in getFailedService()1361 return Phone.SuppService.CONFERENCE; in getFailedService()1363 return Phone.SuppService.SEPARATE; in getFailedService()1365 return Phone.SuppService.TRANSFER; in getFailedService()1367 return Phone.SuppService.UNKNOWN; in getFailedService()
63 enum SuppService { enum
663 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()856 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()898 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()925 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()929 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()942 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()979 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
218 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent()
426 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()491 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()503 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()518 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()530 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()557 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()568 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
234 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
2441 mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);2499 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);2610 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
186 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()