Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java757 mCTUT.onCallHoldReceived(call); in testNoRemoteHoldtone()
783 mCTUT.onCallHoldReceived(call); in testRemoteToneInactive()
808 mCTUT.onCallHoldReceived(call); in testRemoteHoldtone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2538 public void onCallHoldReceived(ImsCall imsCall) {
2539 ImsPhoneCallTracker.this.onCallHoldReceived(imsCall);
3836 public void onCallHoldReceived(ImsCall imsCall) { in onCallHoldReceived() method in ImsPhoneCallTracker