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.java1415 private Phone.SuppService getFailedService(int what) { in getFailedService()
1418 return Phone.SuppService.SWITCH; in getFailedService()
1420 return Phone.SuppService.CONFERENCE; in getFailedService()
1422 return Phone.SuppService.SEPARATE; in getFailedService()
1424 return Phone.SuppService.TRANSFER; in getFailedService()
1426 return Phone.SuppService.UNKNOWN; in getFailedService()
DPhoneInternalInterface.java63 enum SuppService { enum
DTelephonyTester.java242 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent()
DGsmCdmaPhone.java754 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
979 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
1021 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
1048 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
1052 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
1065 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
1102 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java482 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
547 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
559 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
574 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
586 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
613 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()
624 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
DImsPhoneBase.java222 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
DImsPhoneCallTracker.java2558 mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);
2636 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);
2747 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java189 assertEquals(Phone.SuppService.HANGUP, in testHandleInCallMmiCommandCallWaiting()
216 assertEquals(Phone.SuppService.SEPARATE, in testHandleInCallMmiCommandCallHold()
255 assertEquals(Phone.SuppService.TRANSFER, in testHandleInCallMmiCommandCallEct()
272 assertEquals(Phone.SuppService.UNKNOWN, in testHandleInCallMmiCommandCallCcbs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java171 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()