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.java210 connection.setIsIncoming(true); in testAddressUpdate()
224 connection.setIsIncoming(false); in testAddressUpdateOutgoing()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java289 mConnectionUT.setIsIncoming(true); in testAddressUpdate()
307 mConnectionUT.setIsIncoming(false); in testSetAddressOnOutgoing()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java414 public void setIsIncoming(boolean isIncoming) { in setIsIncoming() method in Connection