Home
last modified time | relevance | path

Searched defs:addExistingConnection (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionServiceProxy.java33 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method
35 void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection() method
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java863 public void addExistingConnection(String callId, ParcelableConnection connection, in addExistingConnection() method in ConnectionServiceWrapper.Adapter