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.java864 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()
DGSMPhone.java450 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java345 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()
DImsPhoneBase.java223 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
DImsPhoneCallTracker.java1215 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);
1303 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java193 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java70 enum SuppService { enum