Searched refs:ImsExternalConnection (Results 1 – 5 of 5) sorted by relevance
82 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()
47 public class ImsExternalConnection extends Connection { class53 void onPullExternalCall(ImsExternalConnection connection); in onPullExternalCall()84 protected ImsExternalConnection(Phone phone, int callId, Uri address, boolean isPullable) { in ImsExternalConnection() method in ImsExternalConnection
36 public ImsExternalCall(Phone phone, ImsExternalConnection connection) { in ImsExternalCall()
84 assert(connection instanceof ImsExternalConnection); in testAddExternalCall()92 ImsExternalConnection connection = (ImsExternalConnection) in testRemoveExternalCall()
41443 …telephony/imsphone/ImsExternalConnection$Listener;->onPullExternalCall(Lcom/android/internal/telep…60510 Lcom/android/internal/telephony/imsphone/ImsExternalConnection$Listener;