Searched refs:attachFake (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaConnection.java | 196 parent.attachFake(this, GsmCdmaCall.State.DIALING); in GsmCdmaConnection() 200 parent.attachFake(this, GsmCdmaCall.State.ACTIVE); in GsmCdmaConnection() 202 parent.attachFake(this, GsmCdmaCall.State.DIALING); in GsmCdmaConnection() 232 parent.attachFake(this, GsmCdmaCall.State.WAITING); in GsmCdmaConnection() 761 mParent.attachFake(this, GsmCdmaCall.State.HOLDING); in fakeHoldBeforeDial() 887 newParent.attachFake(this, GsmCdmaCall.State.ACTIVE); in updateParent()
|
D | GsmCdmaCall.java | 80 public void attachFake(Connection conn, State state) { in attachFake() method in GsmCdmaCall
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 187 public void attachFake(Connection conn, State state) { in attachFake() method in ImsPhoneCall
|
D | ImsPhoneConnection.java | 252 parent.attachFake(this, ImsPhoneCall.State.DIALING); in ImsPhoneConnection() 289 parent.attachFake(this, ImsPhoneCall.State.DIALING); in ImsPhoneConnection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnectionTest.java | 133 verify(mForeGroundCall, times(1)).attachFake((Connection) any(), in testImsIncomingConnectionCorrectness()
|