Home
last modified time | relevance | path

Searched refs:SuppService (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java853 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()
DGSMPhone.java452 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java301 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()
DImsPhoneBase.java229 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
DImsPhoneCallTracker.java1136 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);
1183 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java192 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java68 enum SuppService { enum