Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java82 ImsPhoneConnection c = (ImsPhoneConnection) mConnections.get(i); in dispose()
179 public boolean connectionDisconnected(ImsPhoneConnection conn) { in connectionDisconnected()
205 public void detach(ImsPhoneConnection conn) { in detach()
231 ImsPhoneConnection cn = (ImsPhoneConnection)mConnections.get(i); in onHangupLocal()
241 public ImsPhoneConnection getFirstConnection() { in getFirstConnection()
244 return (ImsPhoneConnection) mConnections.get(0); in getFirstConnection()
265 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge()
310 public boolean update (ImsPhoneConnection conn, ImsCall imsCall, State state) { in update()
345 /* package */ ImsPhoneConnection
347 return (ImsPhoneConnection) getEarliestConnection(); in getHandoverConnection()
[all …]
DImsPhoneCallTracker.java175 ImsPhoneConnection conn = new ImsPhoneConnection(mPhone, imsCall, in onIncomingCall()
286 private ArrayList<ImsPhoneConnection> mConnections = new ArrayList<ImsPhoneConnection>();
306 private ImsPhoneConnection mPendingMO;
964 mPendingMO = new ImsPhoneConnection(mPhone, in dial()
1144 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
1394 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference()
1401 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall); in conference()
1634 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup()
1799 private synchronized ImsPhoneConnection findConnection(final ImsCall imsCall) { in findConnection()
1800 for (ImsPhoneConnection conn : mConnections) { in findConnection()
[all …]
DImsPhoneConnection.java55 public class ImsPhoneConnection extends Connection implements class
168 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct, in ImsPhoneConnection() method in ImsPhoneConnection
214 public ImsPhoneConnection(Phone phone, String dialString, ImsPhoneCallTracker ct, in ImsPhoneConnection() method in ImsPhoneConnection
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java60 private ImsPhoneConnection mConnectionUT;
91 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testImsConnectionSanity()
106 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testImsConnectionSanity()
119 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStateForeGround()
134 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mBackGroundCall, false); in testImsUpdateStateBackGround()
147 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStatePendingHold()
159 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testUpdateAddressDisplay()
191 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialWait()
214 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialPause()
231 Field field = ImsPhoneConnection.class.getDeclaredField("PAUSE_DELAY_MILLIS"); in testPostDialPause()
[all …]
DImsPhoneCallTrackerTest.java99 private ImsPhoneConnection.Listener mImsPhoneConnectionListener;
182 mImsPhoneConnectionListener = mock(ImsPhoneConnection.Listener.class); in setUp()
354 ImsPhoneConnection connection = in testImsMTCall()
355 (ImsPhoneConnection) mCTUT.mRingingCall.getConnections().get(0); in testImsMTCall()
674 ImsPhoneConnection connection = in testNotifyHandovers()
675 (ImsPhoneConnection) mCTUT.mForegroundCall.getConnections().get(0); in testNotifyHandovers()
748 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testNoRemoteHoldtone()
774 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteToneInactive()
798 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteHoldtone()
DImsPhoneCallTest.java42 ImsPhoneConnection mConnection1;
44 ImsPhoneConnection mConnection2;
/frameworks/base/config/
Dboot-image-profile.txt9934 …msPhoneCall;->connectionDisconnected(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;)Z
9935 …phony/imsphone/ImsPhoneCall;->detach(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;)V
9937 …one/ImsPhoneCall;->getFirstConnection()Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;
9942 …one/ImsPhoneCall;->update(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;Lcom/android…
9949 …/ImsPhoneCallTracker;->addConnection(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;)V
9953 …allTracker;->dialInternal(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;IILandroid/o…
9954 …ndConnection(Lcom/android/ims/ImsCall;)Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;
9958 …msphone/ImsPhoneCallTracker;->hangup(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;)V
9962 …maybeSetVideoCallProvider(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;Lcom/android…
9965 …sPhoneCallTracker;->removeConnection(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;)V
[all …]