Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java534 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
599 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
611 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
626 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
648 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
676 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()
688 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
DImsPhoneBase.java216 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed() method in ImsPhoneBase
DImsPhoneCallTracker.java3104 mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);
3182 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);
3298 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
3540 mPhone.notifySuppServiceFailed(Phone.SuppService.TRANSFER);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java170 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java842 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed() method in GsmCdmaPhone
1080 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
1122 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
1149 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
1153 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
1166 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
1203 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
DTelephonyTester.java260 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent()
DGsmCdmaCallTracker.java1479 mPhone.notifySuppServiceFailed(getFailedService(msg.what)); in handleMessage()