Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java181 assertEquals(Phone.SuppService.HANGUP, in testHandleInCallMmiCommandCallWaiting()
208 assertEquals(Phone.SuppService.SEPARATE, in testHandleInCallMmiCommandCallHold()
247 assertEquals(Phone.SuppService.TRANSFER, in testHandleInCallMmiCommandCallEct()
264 assertEquals(Phone.SuppService.UNKNOWN, in testHandleInCallMmiCommandCallCcbs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1350 private Phone.SuppService getFailedService(int what) { in getFailedService()
1353 return Phone.SuppService.SWITCH; in getFailedService()
1355 return Phone.SuppService.CONFERENCE; in getFailedService()
1357 return Phone.SuppService.SEPARATE; in getFailedService()
1359 return Phone.SuppService.TRANSFER; in getFailedService()
1361 return Phone.SuppService.UNKNOWN; in getFailedService()
DPhoneInternalInterface.java59 enum SuppService { enum
DGsmCdmaPhone.java655 public void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
864 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
906 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
933 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
937 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
950 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
987 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java359 notifySuppServiceFailed(Phone.SuppService.REJECT); in handleCallDeflectionIncallSupplementaryService()
424 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
436 notifySuppServiceFailed(Phone.SuppService.HANGUP); in handleCallWaitingIncallSupplementaryService()
451 notifySuppServiceFailed(Phone.SuppService.SEPARATE); in handleCallHoldIncallSupplementaryService()
463 notifySuppServiceFailed(Phone.SuppService.SWITCH); in handleCallHoldIncallSupplementaryService()
490 notifySuppServiceFailed(Phone.SuppService.TRANSFER); in handleEctIncallSupplementaryService()
501 notifySuppServiceFailed(Phone.SuppService.UNKNOWN); in handleCcbsIncallSupplementaryService()
DImsPhoneBase.java231 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()
DImsPhoneCallTracker.java2122 mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);
2180 mPhone.notifySuppServiceFailed(Phone.SuppService.RESUME);
2300 mPhone.notifySuppServiceFailed(Phone.SuppService.CONFERENCE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java193 void notifySuppServiceFailed(SuppService code) { in notifySuppServiceFailed()