Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java184 assertEquals(Phone.SuppService.HANGUP, in testHandleInCallMmiCommandCallWaiting()
211 assertEquals(Phone.SuppService.SEPARATE, in testHandleInCallMmiCommandCallHold()
250 assertEquals(Phone.SuppService.TRANSFER, in testHandleInCallMmiCommandCallEct()
267 assertEquals(Phone.SuppService.UNKNOWN, in testHandleInCallMmiCommandCallCcbs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1356 private Phone.SuppService getFailedService(int what) { in getFailedService()
1359 return Phone.SuppService.SWITCH; in getFailedService()
1361 return Phone.SuppService.CONFERENCE; in getFailedService()
1363 return Phone.SuppService.SEPARATE; in getFailedService()
1365 return Phone.SuppService.TRANSFER; in getFailedService()
1367 return Phone.SuppService.UNKNOWN; in getFailedService()
DPhoneInternalInterface.java63 enum SuppService { enum
DGsmCdmaPhone.java663 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
856 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
898 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
925 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
929 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
942 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
979 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
DTelephonyTester.java218 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java426 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
491 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
503 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
518 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
530 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
557 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()
568 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
DImsPhoneBase.java234 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
DImsPhoneCallTracker.java2441 mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);
2499 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);
2610 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java186 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()