Searched refs:mConnectionId (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BasicCallTests.java | 85 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallLocalDisconnect() 98 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallRemoteDisconnect() 126 .answer(eq(ids.mConnectionId), any()); in testTelecomManagerAcceptRingingCall() 127 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingCall() 154 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any()); in testTelecomManagerAcceptRingingVideoCall() 155 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCall() 181 .answer(eq(ids.mConnectionId), any()); in testTelecomManagerAcceptRingingVideoCallAsAudio() 182 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingVideoCallAsAudio() 209 .answerVideo(eq(ids.mConnectionId), eq(VideoProfile.STATE_BIDIRECTIONAL), any()); in testTelecomManagerAcceptRingingInvalidVideoState() 210 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId); in testTelecomManagerAcceptRingingInvalidVideoState() [all …]
|
D | AnalyticsTests.java | 77 sendSetDisconnected(testCall.mConnectionId, DisconnectCause.ERROR); in testAnalyticsSingleCall() 106 sendSetDisconnected(testCall.mConnectionId, DisconnectCause.ERROR); in testAnalyticsDumping() 177 sendSetDisconnected(testCall2.mConnectionId, DisconnectCause.REMOTE); 179 sendSetDisconnected(testCall1.mConnectionId, DisconnectCause.ERROR); 273 sendSetDisconnected(testCall.mConnectionId, DisconnectCause.ERROR); in testAnalyticsDumpToProto() 326 mConnectionServiceFixtureA.mConnectionById.get(testCall.mConnectionId).properties = 328 mConnectionServiceFixtureA.sendSetConnectionProperties(testCall.mConnectionId); 329 mConnectionServiceFixtureA.mConnectionById.get(testCall.mConnectionId).properties = 331 mConnectionServiceFixtureA.sendSetConnectionProperties(testCall.mConnectionId); 334 sendSetDisconnected(testCall.mConnectionId, DisconnectCause.ERROR);
|
D | TelecomSystemTest.java | 293 final String mConnectionId; field in TelecomSystemTest.IdPair 297 this.mConnectionId = connectionId; in IdPair() 512 connectionServiceFixture.sendSetDialing(ids.mConnectionId); in outgoingCallPhoneAccountSelected() 516 connectionServiceFixture.sendSetVideoState(ids.mConnectionId); in outgoingCallPhoneAccountSelected() 518 connectionServiceFixture.sendSetActive(ids.mConnectionId); in outgoingCallPhoneAccountSelected() 554 connectionServiceFixture.sendSetDisconnected(emergencyIds.mConnectionId, in triggerEmergencyRedial() 862 connectionServiceFixture.sendSetDialing(ids.mConnectionId); in startAndMakeActiveOutgoingCall() 866 connectionServiceFixture.sendSetVideoState(ids.mConnectionId); in startAndMakeActiveOutgoingCall() 868 connectionServiceFixture.sendSetActive(ids.mConnectionId); in startAndMakeActiveOutgoingCall() 899 .answer(eq(ids.mConnectionId), any()); in startAndMakeActiveIncomingCall() [all …]
|
D | VideoProviderTest.java | 114 mConnectionInfo = mConnectionServiceFixtureA.mConnectionById.get(mCallIds.mConnectionId); in setUp()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Call.java | 374 private String mConnectionId; field in Call 482 mConnectionId = callId; in Call() 718 mConnectionId = mId + "_" + in getConnectionId() 720 return mConnectionId; in getConnectionId() 722 return mConnectionId; in getConnectionId()
|