Home
last modified time | relevance | path

Searched refs:setConnectionProperties (Results 1 – 19 of 19) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java70 setConnectionProperties(connectionProperties);
157 setConnectionProperties(remote.getConnectionProperties()); in TestManagedConnection()
307 setConnectionProperties(connectionProperties);
DTestConnectionService.java181 setConnectionProperties(properties); in TestConnection()
287 setConnectionProperties(newProperties); in onStopRtt()
DSelfManagedConnectionService.java95 connection.setConnectionProperties(Connection.PROPERTY_SELF_MANAGED); in createSelfManagedConnection()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java103 fakeConnection.setConnectionProperties(mProperties); in onCreateIncomingConnection()
119 fakeConnection.setConnectionProperties(mProperties); in onCreateOutgoingConnection()
575 … a.setConnectionProperties(id, mConnectionById.get(id).properties, null /*Session.Info*/); in sendSetConnectionProperties()
731 .setConnectionProperties(c.properties) in parcelable()
DCallTest.java266 call.setConnectionProperties(Connection.PROPERTY_IS_EXTERNAL_CALL); in testCanPullCallRemovedDuringEmergencyCall()
307 call.setConnectionProperties(Connection.PROPERTY_IS_EXTERNAL_CALL); in testCanNotPullCallDuringEmergencyCall()
DCallsManagerTest.java1079 ongoingCall.setConnectionProperties(Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL); in testIsInEmergencyCallNetwork()
1124 ongoingCall.setConnectionProperties(Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL); in testBlockNonEmergencyCallDuringEmergencyCall()
1650 ongoingCall.setConnectionProperties(connectionProperties); in addSpyCall()
DBasicCallTests.java893 mConnectionServiceFixtureA.mLatestConnection.setConnectionProperties(0); in testDropCdmaEnhancedPrivacyVoiceCall()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java906 setConnectionProperties(applyHostProperties(getConnectionProperties(), in setConferenceHost()
1225 connection.setConnectionProperties(applyHostPropertiesToChild( in createConferenceParticipantConnection()
1520 setConnectionProperties(applyHostProperties(properties, connectionProperties)); in updateConnectionProperties()
1523 c.setConnectionProperties(applyHostPropertiesToChild(c.getConnectionProperties(), in updateConnectionProperties()
DConferenceParticipantConnection.java165 setConnectionProperties(PROPERTY_REMOTELY_HOSTED); in setCapabilitiesAndProperties()
DCdmaConference.java45 setConnectionProperties(mProperties); in CdmaConference()
DTelephonyConferenceController.java286 mTelephonyConference.setConnectionProperties( in recalculateConference()
DTelephonyConnection.java1488 setConnectionProperties(newProperties); in setTelephonyConnectionProperties()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorRttCall.java95 connection.setConnectionProperties( in handleNewConnection()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1712 setConnectionProperties(getConnectionProperties()); in setIsSelfManaged()
1961 public void setConnectionProperties(int connectionProperties) { in setConnectionProperties() method in Call
2195 setConnectionProperties(conference.getConnectionProperties()); in handleCreateConferenceSuccess()
2230 setConnectionProperties(connection.getConnectionProperties()); in handleCreateConnectionSuccess()
DConnectionServiceWrapper.java398 public void setConnectionProperties(String callId, int connectionProperties, in setConnectionProperties() method in ConnectionServiceWrapper.Adapter
407 call.setConnectionProperties(connectionProperties); in setConnectionProperties()
490 .setConnectionProperties(parcelableConference.getConnectionProperties()) in addConferenceCall()
DAnalytics.java492 .setConnectionProperties(callProperties) in toProto()
DCallsManager.java3563 call.setConnectionProperties(parcelableConference.getConnectionProperties());
4485 call.setConnectionProperties(connection.getConnectionProperties());
/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceTest.java81 mConferenceHost.setConnectionProperties(Connection.PROPERTY_ASSISTED_DIALING in testPropertyPropagation()
DTelephonyConnectionServiceTest.java1315 connection.setConnectionProperties(properties); in createTestConnection()