Searched refs:startOnHoldTone (Results 1 – 3 of 3) sorted by relevance
870 verify(mImsPhone, never()).startOnHoldTone(nullable(Connection.class)); in testNoRemoteHoldtone()896 verify(mImsPhone, times(1)).startOnHoldTone(nullable(Connection.class)); in testRemoteToneInactive()921 verify(mImsPhone, times(1)).startOnHoldTone(nullable(Connection.class)); in testRemoteHoldtone()
107 public void startOnHoldTone(Connection cn) { in startOnHoldTone() method in ImsPhoneBase
4795 mPhone.startOnHoldTone(conn); in onCallHoldReceived()