Searched refs:isHeldByRemote (Results 1 – 6 of 6) sorted by relevance
87 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()
324 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()
97 public boolean isHeldByRemote() { in isHeldByRemote() method in ImsCallInfo
475 if (c.isHeldByRemote()) { in maybeClearRemotelyHeldStatus()
1722 public boolean isHeldByRemote() { in isHeldByRemote() method in ImsPhoneConnection
5766 halInfos[index].isHeldByRemote = info.isHeldByRemote(); in convertImsCallInfo()