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.java865 mCTUT.onCallHoldReceived(call); in testNoRemoteHoldtone()
891 mCTUT.onCallHoldReceived(call); in testRemoteToneInactive()
916 mCTUT.onCallHoldReceived(call); in testRemoteHoldtone()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java166 public void onCallHoldReceived(ImsCall call) { in onCallHoldReceived() method in ImsCall.Listener
2616 listener.onCallHoldReceived(ImsCall.this); in callSessionHoldReceived()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3206 public void onCallHoldReceived(ImsCall imsCall) {
3207 ImsPhoneCallTracker.this.onCallHoldReceived(imsCall);
4787 public void onCallHoldReceived(ImsCall imsCall) { in onCallHoldReceived() method in ImsPhoneCallTracker