Home
last modified time | relevance | path

Searched refs:onCallHoldReceived (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java949 mCTUT.onCallHoldReceived(call); in testNoRemoteHoldtone()
975 mCTUT.onCallHoldReceived(call); in testRemoteToneInactive()
1000 mCTUT.onCallHoldReceived(call); in testRemoteHoldtone()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java179 public void onCallHoldReceived(ImsCall call) { in onCallHoldReceived() method in ImsCall.Listener
2702 listener.onCallHoldReceived(ImsCall.this); in callSessionHoldReceived()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3462 public void onCallHoldReceived(ImsCall imsCall) {
3463 ImsPhoneCallTracker.this.onCallHoldReceived(imsCall);
5082 public void onCallHoldReceived(ImsCall imsCall) { in onCallHoldReceived() method in ImsPhoneCallTracker