Home
last modified time | relevance | path

Searched refs:isHeldByRemote (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallInfoTrackerTest.java87 assertFalse(info.isHeldByRemote()); in testDialingNormalCall()
112 assertFalse(info.isHeldByRemote()); in testDialingEmergencyCall()
137 assertFalse(info.isHeldByRemote()); in testIncomingCall()
332 assertTrue(info.isHeldByRemote()); in testHeldByRemote()
348 assertFalse(info.isHeldByRemote()); in testHeldByRemote()
DImsPhoneCallTest.java324 when(mConnection1.isHeldByRemote()).thenReturn(true); in testMaybeClearRemotelyHeldStatus()
329 when(mConnection2.isHeldByRemote()).thenReturn(true); in testMaybeClearRemotelyHeldStatus()
334 when(mConnection1.isHeldByRemote()).thenReturn(false); in testMaybeClearRemotelyHeldStatus()
335 when(mConnection2.isHeldByRemote()).thenReturn(false); in testMaybeClearRemotelyHeldStatus()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsCallInfo.java97 public boolean isHeldByRemote() { in isHeldByRemote() method in ImsCallInfo
DImsPhoneCall.java475 if (c.isHeldByRemote()) { in maybeClearRemotelyHeldStatus()
DImsPhoneConnection.java1722 public boolean isHeldByRemote() { in isHeldByRemote() method in ImsPhoneConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java5766 halInfos[index].isHeldByRemote = info.isHeldByRemote(); in convertImsCallInfo()