Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java68 private ImsPhoneConnection mConnectionUT;
100 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, in testNullExtras()
111 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testImsIncomingConnectionCorrectness()
128 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testImsIncomingConnectionCorrectness()
141 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStateForeGround()
156 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mBackGroundCall, false); in testImsUpdateStateBackGround()
169 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStatePendingHold()
181 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testUpdateAddressDisplay()
214 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialWait()
237 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialPause()
[all …]
DImsPhoneCallTrackerTest.java121 private ImsPhoneConnection.Listener mImsPhoneConnectionListener;
125 private ImsPhoneConnection mImsPhoneConnection;
188 mImsPhoneConnectionListener = mock(ImsPhoneConnection.Listener.class); in setUp()
189 mImsPhoneConnection = mock(ImsPhoneConnection.class); in setUp()
347 ImsPhoneConnection connection = in testImsMTCall()
348 (ImsPhoneConnection) mCTUT.mRingingCall.getConnections().get(0); in testImsMTCall()
400 ImsPhoneConnection connection = mCTUT.getConnections().get(0); in injectConferenceState()
756 ImsPhoneConnection connection = null; in testRewriteOutgoingNumber()
758 connection = (ImsPhoneConnection) mCTUT.dial("*55", in testRewriteOutgoingNumber()
782 ImsPhoneConnection connection = in testNotifyHandovers()
[all …]
DImsPhoneCallTest.java44 ImsPhoneConnection mConnection1;
46 ImsPhoneConnection mConnection2;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java194 public boolean connectionDisconnected(ImsPhoneConnection conn) { in connectionDisconnected()
223 public void detach(ImsPhoneConnection conn) { in detach()
251 ImsPhoneConnection imsConn = (ImsPhoneConnection) conn; in onHangupLocal()
265 public ImsPhoneConnection getFirstConnection() { in getFirstConnection()
269 return (ImsPhoneConnection) connections.get(0); in getFirstConnection()
291 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge()
337 public boolean update (ImsPhoneConnection conn, ImsCall imsCall, State state) { in update()
372 /* package */ ImsPhoneConnection
374 return (ImsPhoneConnection) getEarliestConnection(); in getHandoverConnection()
408 ((ImsPhoneConnection) c).changeParent(this); in takeOver()
DImsPhoneCallTracker.java206 ImsPhoneConnection conn = new ImsPhoneConnection(mPhone, imsCall, in onIncomingCall()
278 for (ImsPhoneConnection conn : mConnections) { in onRequestStatsUpdate()
398 private ArrayList<ImsPhoneConnection> mConnections = new ArrayList<ImsPhoneConnection>();
445 private ImsPhoneConnection mPendingMO;
1137 ImsPhoneConnection pendingConnection; in startConference()
1140 pendingConnection = new ImsPhoneConnection(mPhone, in startConference()
1222 mPendingMO = new ImsPhoneConnection(mPhone, dialString, this, mForegroundCall, in dial()
1420 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
1426 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
1772 private void cacheConnectionTimeWithPhoneNumber(@NonNull ImsPhoneConnection connection) { in cacheConnectionTimeWithPhoneNumber()
[all …]
DImsPhoneConnection.java59 public class ImsPhoneConnection extends Connection implements class
179 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct, in ImsPhoneConnection() method in ImsPhoneConnection
228 public ImsPhoneConnection(Phone phone, String dialString, ImsPhoneCallTracker ct, in ImsPhoneConnection() method in ImsPhoneConnection
268 public ImsPhoneConnection(Phone phone, String[] participantsToDial, ImsPhoneCallTracker ct, in ImsPhoneConnection() method in ImsPhoneConnection
435 mImsCall.consultativeTransfer(((ImsPhoneConnection) other).getImsCall()); in consultativeTransfer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java57 import com.android.internal.telephony.imsphone.ImsPhoneConnection;
181 public synchronized void onImsDial(ImsPhoneConnection conn) { in onImsDial()
189 public synchronized void onImsCallReceived(ImsPhoneConnection conn) { in onImsCallReceived()
205 @Nullable ImsPhoneConnection conn, ImsReasonInfo reasonInfo) { in onImsCallTerminated()
228 public synchronized void onRttStarted(ImsPhoneConnection conn) { in onRttStarted()
406 private void setRttStarted(ImsPhoneConnection conn) { in setRttStarted()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DVoiceCallSessionStatsTest.java60 import com.android.internal.telephony.imsphone.ImsPhoneConnection;
95 @Mock private ImsPhoneConnection mImsConnection0;
96 @Mock private ImsPhoneConnection mImsConnection1;