Searched refs:SuppService (Results 1 – 9 of 9) sorted by relevance
174 assertEquals(Phone.SuppService.HANGUP, in testHandleInCallMmiCommandCallWaiting()201 assertEquals(Phone.SuppService.SEPARATE, in testHandleInCallMmiCommandCallHold()240 assertEquals(Phone.SuppService.TRANSFER, in testHandleInCallMmiCommandCallEct()257 assertEquals(Phone.SuppService.UNKNOWN, in testHandleInCallMmiCommandCallCcbs()
1289 private Phone.SuppService getFailedService(int what) { in getFailedService()1292 return Phone.SuppService.SWITCH; in getFailedService()1294 return Phone.SuppService.CONFERENCE; in getFailedService()1296 return Phone.SuppService.SEPARATE; in getFailedService()1298 return Phone.SuppService.TRANSFER; in getFailedService()1300 return Phone.SuppService.UNKNOWN; in getFailedService()
655 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()864 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()906 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()933 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()937 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()950 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()987 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
71 enum SuppService { enum
338 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()365 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()377 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()392 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()404 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()431 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()442 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
228 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
1407 mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);1464 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);1576 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
191 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
5589 com.android.internal.telephony.PhoneInternalInterface$SuppService