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);
DSelfManagedConnectionService.java96 connection.setConnectionProperties(Connection.PROPERTY_SELF_MANAGED); in createSelfManagedConnection()
DTestConnectionService.java181 setConnectionProperties(properties); in TestConnection()
287 setConnectionProperties(newProperties); in onStopRtt()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java107 fakeConnection.setConnectionProperties(mProperties); in onCreateIncomingConnection()
128 fakeConnection.setConnectionProperties(mProperties); in onCreateOutgoingConnection()
608 … a.setConnectionProperties(id, mConnectionById.get(id).properties, null /*Session.Info*/); in sendSetConnectionProperties()
764 .setConnectionProperties(c.properties) in parcelable()
DCallTest.java493 call.setConnectionProperties(Connection.PROPERTY_IS_EXTERNAL_CALL); in testCanPullCallRemovedDuringEmergencyCall()
519 call.setConnectionProperties(Connection.PROPERTY_IS_EXTERNAL_CALL); in testCanNotPullCallDuringEmergencyCall()
659 call.setConnectionProperties(Connection.PROPERTY_IS_RTT); in testSetConnectionPropertiesRttOnOff()
664 call.setConnectionProperties(0); in testSetConnectionPropertiesRttOnOff()
DCallsManagerTest.java1490 incomingCall.setConnectionProperties(Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL); in testNoFilteringOfNetworkIdentifiedEmergencyCalls()
1687 ongoingCall.setConnectionProperties(Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL); in testIsInEmergencyCallNetwork()
1732 ongoingCall.setConnectionProperties(Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL); in testBlockNonEmergencyCallDuringEmergencyCall()
2125 newDialingCall.setConnectionProperties(Connection.CAPABILITY_HOLD in testMakeRoomForOutgoingCallForSameVoipApp()
2142 newDialingCall.setConnectionProperties(Connection.CAPABILITY_HOLD in testMakeRoomForOutgoingCallForSameVoipAppDifferentConnectionService()
2159 newDialingCall.setConnectionProperties(Connection.CAPABILITY_HOLD in testMakeRoomForOutgoingCallForSameNonVoipApp()
3797 ongoingCall.setConnectionProperties(connectionProperties); in addSpyCall()
DBasicCallTests.java960 mConnectionServiceFixtureA.mLatestConnection.setConnectionProperties(0); in testDropCdmaEnhancedPrivacyVoiceCall()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java945 setConnectionProperties(applyHostProperties(getConnectionProperties(), in setConferenceHost()
1276 connection.setConnectionProperties(applyHostPropertiesToChild( in createConferenceParticipantConnection()
1571 setConnectionProperties(applyHostProperties(properties, connectionProperties)); in updateConnectionProperties()
1574 c.setConnectionProperties(applyHostPropertiesToChild(c.getConnectionProperties(), in updateConnectionProperties()
DCdmaConference.java45 setConnectionProperties(mProperties); in CdmaConference()
DConferenceParticipantConnection.java185 setConnectionProperties(PROPERTY_REMOTELY_HOSTED); in setCapabilitiesAndProperties()
DTelephonyConferenceController.java295 mTelephonyConference.setConnectionProperties( in recalculateConference()
DTelephonyConnection.java1523 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.java2021 setConnectionProperties(getConnectionProperties()); in setIsSelfManaged()
2032 setConnectionProperties(getConnectionProperties()); in setIsTransactionalCall()
2324 public void setConnectionProperties(int connectionProperties) { in setConnectionProperties() method in Call
2593 setConnectionProperties(conference.getConnectionProperties()); in handleCreateConferenceSuccess()
2629 setConnectionProperties(connection.getConnectionProperties()); in handleCreateConnectionSuccess()
DConnectionServiceWrapper.java471 public void setConnectionProperties(String callId, int connectionProperties, in setConnectionProperties() method in ConnectionServiceWrapper.Adapter
480 call.setConnectionProperties(connectionProperties); in setConnectionProperties()
577 .setConnectionProperties(parcelableConference.getConnectionProperties()) in addConferenceCall()
DAnalytics.java503 .setConnectionProperties(callProperties) in toProto()
DCallsManager.java4526 call.setConnectionProperties(parcelableConference.getConnectionProperties());
5581 call.setConnectionProperties(connection.getConnectionProperties());
/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceTest.java83 mConferenceHost.setConnectionProperties(Connection.PROPERTY_ASSISTED_DIALING in testPropertyPropagation()
DTelephonyConnectionServiceTest.java4080 connection.setConnectionProperties(properties); in createTestConnection()
4087 conference.setConnectionProperties(properties); in createTestConference()