Home
last modified time | relevance | path

Searched refs:setIsIncoming (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaConnectionTest.java222 connection.setIsIncoming(true); in testAddressUpdate()
236 connection.setIsIncoming(false); in testAddressUpdateOutgoing()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java318 mConnectionUT.setIsIncoming(true); in testAddressUpdate()
336 mConnectionUT.setIsIncoming(false); in testSetAddressOnOutgoing()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java466 public void setIsIncoming(boolean isIncoming) { in setIsIncoming() method in Connection