Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java83 private ImsPhoneConnection mConnectionUT;
115 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, in testNullExtras()
126 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testImsIncomingConnectionCorrectness()
143 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testImsIncomingConnectionCorrectness()
156 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStateForeGround()
171 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testUpdateCodec()
181 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mBackGroundCall, false); in testImsUpdateStateBackGround()
194 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStatePendingHold()
206 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testUpdateAddressDisplay()
239 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialWait()
[all …]
DImsPhoneCallTrackerTest.java130 private ImsPhoneConnection.Listener mImsPhoneConnectionListener;
134 private ImsPhoneConnection mImsPhoneConnection;
203 mImsPhoneConnectionListener = mock(ImsPhoneConnection.Listener.class); in setUp()
204 mImsPhoneConnection = mock(ImsPhoneConnection.class); in setUp()
369 ImsPhoneConnection connection = in testImsMTCall()
370 (ImsPhoneConnection) mCTUT.mRingingCall.getConnections().get(0); in testImsMTCall()
422 ImsPhoneConnection connection = mCTUT.getConnections().get(0); in injectConferenceState()
840 ImsPhoneConnection connection = null; in testRewriteOutgoingNumber()
842 connection = (ImsPhoneConnection) mCTUT.dial("*55", in testRewriteOutgoingNumber()
866 ImsPhoneConnection connection = in testNotifyHandovers()
[all …]
DImsPhoneCallTest.java47 ImsPhoneConnection mConnection1;
49 ImsPhoneConnection mConnection2;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java195 public boolean connectionDisconnected(ImsPhoneConnection conn) { in connectionDisconnected()
224 public void detach(ImsPhoneConnection conn) { in detach()
252 ImsPhoneConnection imsConn = (ImsPhoneConnection) conn; in onHangupLocal()
266 public ImsPhoneConnection getFirstConnection() { in getFirstConnection()
270 return (ImsPhoneConnection) connections.get(0); in getFirstConnection()
279 ImsPhoneConnection connection = getFirstConnection(); in setMute()
296 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge()
326 ImsPhoneConnection connection = getFirstConnection(); in getImsCall()
345 public boolean update(ImsPhoneConnection conn, ImsCall imsCall, State state) { in update()
403 /* package */ ImsPhoneConnection
[all …]
DImsPhoneCallTracker.java227 ImsPhoneConnection conn = new ImsPhoneConnection(mPhone, imsCall, in onIncomingCall()
321 for (ImsPhoneConnection conn : mConnections) { in onRequestStatsUpdate()
451 private ArrayList<ImsPhoneConnection> mConnections = new ArrayList<ImsPhoneConnection>();
498 private ImsPhoneConnection mPendingMO;
1120 for (ImsPhoneConnection connection : mConnections) { in hangupAllOrphanedConnections()
1275 ImsPhoneConnection pendingConnection; in startConference()
1278 pendingConnection = new ImsPhoneConnection(mPhone, in startConference()
1361 mPendingMO = new ImsPhoneConnection(mPhone, dialString, this, mForegroundCall, in dial()
1588 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
1594 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
[all …]
DImsPhoneConnection.java69 public class ImsPhoneConnection extends Connection implements class
195 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct, in ImsPhoneConnection() method in ImsPhoneConnection
244 public ImsPhoneConnection(Phone phone, String dialString, ImsPhoneCallTracker ct, in ImsPhoneConnection() method in ImsPhoneConnection
286 public ImsPhoneConnection(Phone phone, String[] participantsToDial, ImsPhoneCallTracker ct, in ImsPhoneConnection() method in ImsPhoneConnection
468 mImsCall.consultativeTransfer(((ImsPhoneConnection) other).getImsCall()); in consultativeTransfer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java68 import com.android.internal.telephony.imsphone.ImsPhoneConnection;
199 public synchronized void onImsDial(ImsPhoneConnection conn) { in onImsDial()
207 public synchronized void onImsCallReceived(ImsPhoneConnection conn) { in onImsCallReceived()
223 @Nullable ImsPhoneConnection conn, ImsReasonInfo reasonInfo) { in onImsCallTerminated()
246 public synchronized void onRttStarted(ImsPhoneConnection conn) { in onRttStarted()
274 ImsPhoneConnection conn, @VideoState int videoState) { in onVideoStateChange()
288 public synchronized void onMultipartyChange(ImsPhoneConnection conn, boolean isMultiParty) { in onMultipartyChange()
464 private void setRttStarted(ImsPhoneConnection conn) { in setRttStarted()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java31 import com.android.internal.telephony.imsphone.ImsPhoneConnection;
2089 && ((ImsPhoneConnection) c).isIncomingCallAutoRejected()) { in handleMessage()
/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;
/frameworks/base/boot/
Dpreloaded-classes10079 com.android.internal.telephony.imsphone.ImsPhoneConnection$MyHandler
10080 com.android.internal.telephony.imsphone.ImsPhoneConnection
Dboot-image-profile.txt34663 Lcom/android/internal/telephony/imsphone/ImsPhoneConnection$$ExternalSyntheticLambda0;
34664 Lcom/android/internal/telephony/imsphone/ImsPhoneConnection$MyHandler;
34665 Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;
/frameworks/base/config/
Dpreloaded-classes10100 com.android.internal.telephony.imsphone.ImsPhoneConnection$MyHandler
10101 com.android.internal.telephony.imsphone.ImsPhoneConnection
Dboot-image-profile.txt44327 Lcom/android/internal/telephony/imsphone/ImsPhoneConnection$$ExternalSyntheticLambda0;
44328 Lcom/android/internal/telephony/imsphone/ImsPhoneConnection$MyHandler;
44329 Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;