Searched refs:ImsPhoneConnection (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java82 ImsPhoneConnection c = (ImsPhoneConnection) mConnections.get(i);
151 //***** Called from ImsPhoneConnection
177 * Called by ImsPhoneConnection when it has disconnected
179 public boolean connectionDisconnected(ImsPhoneConnection conn) {
205 public void detach(ImsPhoneConnection conn) {
231 ImsPhoneConnection cn = (ImsPhoneConnection)mConnections.get(i);
241 public ImsPhoneConnection getFirstConnection() {
244 return (ImsPhoneConnection) mConnection
[all...]
H A DImsPhoneCallTracker.java175 ImsPhoneConnection conn = new ImsPhoneConnection(mPhone, imsCall,
286 private ArrayList<ImsPhoneConnection> mConnections = new ArrayList<ImsPhoneConnection>();
306 private ImsPhoneConnection mPendingMO;
964 mPendingMO = new ImsPhoneConnection(mPhone,
1144 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState,
1394 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection();
1401 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall);
1632 //***** Called from ImsPhoneConnection
[all...]
H A DImsPhoneConnection.java55 public class ImsPhoneConnection extends Connection implements class in inherits:Connection,ImsVideoCallProviderWrapper.ImsVideoProviderWrapperCallback
58 private static final String LOG_TAG = "ImsPhoneConnection";
168 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct, method in class:ImsPhoneConnection
197 // in the ImsPhoneConnection. This isn't going to inform any listeners (since the original
214 public ImsPhoneConnection(Phone phone, String dialString, ImsPhoneCallTracker ct, method in class:ImsPhoneConnection
384 Rlog.w(LOG_TAG, "ImsPhoneConnection.proceedAfterWaitChar(): Expected "
397 Rlog.w(LOG_TAG, "ImsPhoneConnection.proceedAfterWaitChar(): Expected "
697 * @return {@code true} if the {@link ImsPhoneConnection} or its media capabilities have been
785 * update the {@link ImsPhoneConnection} with this information.
849 * update the {@link ImsPhoneConnection} wit
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneConnectionTest.java60 private ImsPhoneConnection mConnectionUT;
90 logd("Testing initial state of MT ImsPhoneConnection");
91 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false);
105 logd("Testing initial state of MO ImsPhoneConnection");
106 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234",
119 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT,
134 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mBackGroundCall, false);
147 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT,
159 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false);
191 mConnectionUT = new ImsPhoneConnection(mImsPhon
[all...]
H A DImsPhoneCallTrackerTest.java99 private ImsPhoneConnection.Listener mImsPhoneConnectionListener;
182 mImsPhoneConnectionListener = mock(ImsPhoneConnection.Listener.class);
354 ImsPhoneConnection connection =
355 (ImsPhoneConnection) mCTUT.mRingingCall.getConnections().get(0);
674 ImsPhoneConnection connection =
675 (ImsPhoneConnection) mCTUT.mForegroundCall.getConnections().get(0);
748 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection();
774 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection();
798 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection();
H A DImsPhoneCallTest.java42 ImsPhoneConnection mConnection1;
44 ImsPhoneConnection mConnection2;
/frameworks/base/config/
H A Dboot-image-profile.txt9934 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->connectionDisconnected(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;)Z
9935 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->detach(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;)V
9937 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->getFirstConnection()Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;
9942 HPLcom/android/internal/telephony/imsphone/ImsPhoneCall;->update(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;Lcom/android/ims/ImsCall;Lcom/android/internal/telephony/Call$State;)Z
9949 HPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker;->addConnection(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;)V
9953 HPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker;->dialInternal(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;IILandroid/os/Bundle;)V
9954 HPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker;->findConnection(Lcom/android/ims/ImsCall;)Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;
9958 HPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker;->hangup(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;)V
9962 HPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker;->maybeSetVideoCallProvider(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;Lcom/android/ims/ImsCall;)V
9965 HPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker;->removeConnection(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;)
[all...]

Completed in 59 milliseconds