Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1411 private Phone.SuppService getFailedService(int what) { in getFailedService()
1414 return Phone.SuppService.SWITCH; in getFailedService()
1416 return Phone.SuppService.CONFERENCE; in getFailedService()
1418 return Phone.SuppService.SEPARATE; in getFailedService()
1420 return Phone.SuppService.TRANSFER; in getFailedService()
1422 return Phone.SuppService.UNKNOWN; in getFailedService()
DPhoneInternalInterface.java65 enum SuppService { enum
DGsmCdmaPhone.java830 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
1070 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
1112 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
1139 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
1143 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
1156 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
1193 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
DTelephonyTester.java260 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java627 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
692 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
704 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
719 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
741 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
769 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()
781 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
DImsPhoneBase.java216 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
DImsPhoneCallTracker.java3089 mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);
3167 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);
3283 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
3519 mPhone.notifySuppServiceFailed(Phone.SuppService.TRANSFER);
4896 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE); in handleConferenceFailed()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java208 assertEquals(Phone.SuppService.HANGUP, in testHandleInCallMmiCommandCallWaiting()
235 assertEquals(Phone.SuppService.SEPARATE, in testHandleInCallMmiCommandCallHold()
301 assertEquals(Phone.SuppService.UNKNOWN, in testHandleInCallMmiCommandCallCcbs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java170 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()