HomeSort by relevance Sort by last modified time
    Searched refs:ImsExternalConnection (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsExternalCallTrackerTest.java 84 assert(connection instanceof ImsExternalConnection);
92 ImsExternalConnection connection = (ImsExternalConnection)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCallTracker.java 80 * Receives callbacks from {@link ImsExternalConnection}s when a call pull has been initiated.
82 public class ExternalConnectionListener implements ImsExternalConnection.Listener {
84 public void onPullExternalCall(ImsExternalConnection connection) {
104 * {@link ImsExternalConnection} in {@link #mExternalConnections} is the one being requested.
114 private Map<Integer, ImsExternalConnection> mExternalConnections =
235 * update of {@link ImsExternalConnection}s to represent the dialogs in the dialog event
246 Iterator<Map.Entry<Integer, ImsExternalConnection>> connectionIterator =
250 Map.Entry<Integer, ImsExternalConnection> entry = connectionIterator.next();
254 ImsExternalConnection externalConnection = entry.getValue();
298 * creates a new instance of {@link ImsExternalConnection} to represent the connection, an
    [all...]
ImsExternalCall.java 29 * Companion class for {@link ImsExternalConnection}; represents an external call which was
36 public ImsExternalCall(Phone phone, ImsExternalConnection connection) {
ImsExternalConnection.java 47 public class ImsExternalConnection extends Connection {
53 void onPullExternalCall(ImsExternalConnection connection);
84 protected ImsExternalConnection(Phone phone, int callId, Uri address, boolean isPullable) {
257 str.append("[ImsExternalConnection dialogCallId:");
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 38 import com.android.internal.telephony.imsphone.ImsExternalConnection;
207 if (connection instanceof ImsExternalConnection) {
208 ImsExternalConnection externalConnection = (ImsExternalConnection) connection;
332 if (unknown instanceof ImsExternalConnection &&
334 .getOriginalConnection() instanceof ImsExternalConnection)) {
342 // Do not call hang up if the original connection is an ImsExternalConnection, it is
344 if (original instanceof ImsExternalConnection) {

Completed in 106 milliseconds