Searched refs:attachFake (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaConnection.java | 184 parent.attachFake(this, GsmCdmaCall.State.DIALING); in GsmCdmaConnection() 188 parent.attachFake(this, GsmCdmaCall.State.ACTIVE); in GsmCdmaConnection() 190 parent.attachFake(this, GsmCdmaCall.State.DIALING); in GsmCdmaConnection() 218 parent.attachFake(this, GsmCdmaCall.State.WAITING); in GsmCdmaConnection() 721 mParent.attachFake(this, GsmCdmaCall.State.HOLDING); in fakeHoldBeforeDial() 835 newParent.attachFake(this, GsmCdmaCall.State.ACTIVE); in updateParent()
|
D | GsmCdmaCall.java | 75 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 | 172 public void attachFake(Connection conn, State state) { in attachFake() method in ImsPhoneCall
|
D | ImsPhoneConnection.java | 237 parent.attachFake(this, ImsPhoneCall.State.DIALING); in ImsPhoneConnection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnectionTest.java | 111 verify(mForeGroundCall, times(1)).attachFake((Connection) any(), in testImsConnectionSanity()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 9933 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->attachFake(Lcom/android/internal/telephon…
|