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.java866 mCTUT.onCallHoldReceived(call); in testNoRemoteHoldtone()
892 mCTUT.onCallHoldReceived(call); in testRemoteToneInactive()
917 mCTUT.onCallHoldReceived(call); in testRemoteHoldtone()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java167 public void onCallHoldReceived(ImsCall call) { in onCallHoldReceived() method in ImsCall.Listener
2617 listener.onCallHoldReceived(ImsCall.this); in callSessionHoldReceived()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3221 public void onCallHoldReceived(ImsCall imsCall) {
3222 ImsPhoneCallTracker.this.onCallHoldReceived(imsCall);
4799 public void onCallHoldReceived(ImsCall imsCall) { in onCallHoldReceived() method in ImsPhoneCallTracker