Home
last modified time | relevance | path

Searched refs:notifySrvccState (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java128 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState() method in CallTracker
H A DPhone.java814 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in Phone
850 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()
865 getCallTracker().notifySrvccState(srvccState, conn); in handleSrvccStateChanged()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java1207 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testEndRingbackOnSrvcc()
1238 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testClearHoldSwapStateOnSrvcc()
1261 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testHangupHandoverCall()
1299 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testTrackerStateOnHandover()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1565 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhone
1566 mCT.notifySrvccState(state); in notifySrvccState()
H A DImsPhoneCallTracker.java4064 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState() method in ImsPhoneCallTracker