Home
last modified time | relevance | path

Searched refs:ImsExternalConnection (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java82 public class ExternalConnectionListener implements ImsExternalConnection.Listener {
84 public void onPullExternalCall(ImsExternalConnection connection) { in onPullExternalCall()
114 private Map<Integer, ImsExternalConnection> mExternalConnections =
246 Iterator<Map.Entry<Integer, ImsExternalConnection>> connectionIterator = in refreshExternalCallState()
250 Map.Entry<Integer, ImsExternalConnection> entry = connectionIterator.next(); in refreshExternalCallState()
254 ImsExternalConnection externalConnection = entry.getValue(); in refreshExternalCallState()
309 ImsExternalConnection connection = new ImsExternalConnection(mPhone, in createExternalConnection()
343 private void updateExistingConnection(ImsExternalConnection connection, in updateExistingConnection()
390 for (ImsExternalConnection imsExternalConnection : mExternalConnections.values()) { in refreshCallPullState()
DImsExternalConnection.java47 public class ImsExternalConnection extends Connection { class
53 void onPullExternalCall(ImsExternalConnection connection); in onPullExternalCall()
84 protected ImsExternalConnection(Phone phone, int callId, Uri address, boolean isPullable) { in ImsExternalConnection() method in ImsExternalConnection
DImsExternalCall.java36 public ImsExternalCall(Phone phone, ImsExternalConnection connection) { in ImsExternalCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsExternalCallTrackerTest.java84 assert(connection instanceof ImsExternalConnection); in testAddExternalCall()
92 ImsExternalConnection connection = (ImsExternalConnection) in testRemoveExternalCall()
/frameworks/base/config/
Dboot-image-profile.txt41443 …telephony/imsphone/ImsExternalConnection$Listener;->onPullExternalCall(Lcom/android/internal/telep…
60510 Lcom/android/internal/telephony/imsphone/ImsExternalConnection$Listener;