Searched refs:notifySrvccState (Results 1 – 5 of 5) sorted by relevance
1814 mCTUT.notifySrvccState(SRVCC_STATE_HANDOVER_COMPLETED); in testEndRingbackOnSrvcc()1845 mCTUT.notifySrvccState(SRVCC_STATE_HANDOVER_COMPLETED); in testClearHoldSwapStateOnSrvcc()1868 mCTUT.notifySrvccState(SRVCC_STATE_HANDOVER_COMPLETED); in testHangupHandoverCall()1906 mCTUT.notifySrvccState(SRVCC_STATE_HANDOVER_COMPLETED); in testTrackerStateOnHandover()2014 mCTUT.notifySrvccState(SRVCC_STATE_HANDOVER_COMPLETED); in testCallSessionUpdatedAfterSrvccCompleted()2291 mCTUT.notifySrvccState(SRVCC_STATE_HANDOVER_STARTED); in testNotifySrvccStateStarted()2325 mCTUT.notifySrvccState(SRVCC_STATE_HANDOVER_FAILED); in testNotifySrvccStateFailed()2333 mCTUT.notifySrvccState(SRVCC_STATE_HANDOVER_CANCELED); in testNotifySrvccStateCanceled()2341 mCTUT.notifySrvccState(SRVCC_STATE_HANDOVER_COMPLETED); in testNotifySrvccStateCompleted()2587 mCTUT.notifySrvccState(SRVCC_STATE_HANDOVER_STARTED); in testUpdateImsCallStatusSrvccCompleted()[all …]
145 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState() method in CallTracker
920 public void notifySrvccState(@SrvccState int state) { in notifySrvccState() method in Phone944 imsPhone.notifySrvccState(state); in handleSrvccStateChanged()969 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()
1635 public void notifySrvccState(int state) { in notifySrvccState() method in ImsPhone1636 mCT.notifySrvccState(state); in notifySrvccState()
4764 public void notifySrvccState(int state) { in notifySrvccState() method in ImsPhoneCallTracker