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