Home
last modified time | relevance | path

Searched refs:attachFake (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCall.java83 public void attachFake(Connection conn, State state) { in attachFake() method in GsmCdmaCall
DGsmCdmaConnection.java212 parent.attachFake(this, GsmCdmaCall.State.DIALING); in GsmCdmaConnection()
216 parent.attachFake(this, GsmCdmaCall.State.ACTIVE); in GsmCdmaConnection()
218 parent.attachFake(this, GsmCdmaCall.State.DIALING); in GsmCdmaConnection()
248 parent.attachFake(this, GsmCdmaCall.State.WAITING); in GsmCdmaConnection()
798 mParent.attachFake(this, GsmCdmaCall.State.HOLDING); in fakeHoldBeforeDial()
924 newParent.attachFake(this, GsmCdmaCall.State.ACTIVE); in updateParent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java190 public void attachFake(Connection conn, State state) { in attachFake() method in ImsPhoneCall
DImsPhoneConnection.java285 parent.attachFake(this, ImsPhoneCall.State.DIALING); in ImsPhoneConnection()
331 parent.attachFake(this, ImsPhoneCall.State.DIALING); in ImsPhoneConnection()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java163 verify(mForeGroundCall, times(1)).attachFake((Connection) any(), in testImsIncomingConnectionCorrectness()