Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java68 private ImsPhoneConnection mConnectionUT;
99 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testImsIncomingConnectionCorrectness()
116 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testImsIncomingConnectionCorrectness()
129 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStateForeGround()
144 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mBackGroundCall, false); in testImsUpdateStateBackGround()
157 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStatePendingHold()
169 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testUpdateAddressDisplay()
202 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialWait()
225 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialPause()
242 Field field = ImsPhoneConnection.class.getDeclaredField("PAUSE_DELAY_MILLIS"); in testPostDialPause()
[all …]
DImsPhoneCallTrackerTest.java122 private ImsPhoneConnection.Listener mImsPhoneConnectionListener;
126 private ImsPhoneConnection mImsPhoneConnection;
189 mImsPhoneConnectionListener = mock(ImsPhoneConnection.Listener.class); in setUp()
190 mImsPhoneConnection = mock(ImsPhoneConnection.class); in setUp()
348 ImsPhoneConnection connection = in testImsMTCall()
349 (ImsPhoneConnection) mCTUT.mRingingCall.getConnections().get(0); in testImsMTCall()
401 ImsPhoneConnection connection = mCTUT.getConnections().get(0); in injectConferenceState()
757 ImsPhoneConnection connection = null; in testRewriteOutgoingNumber()
759 connection = (ImsPhoneConnection) mCTUT.dial("*55", in testRewriteOutgoingNumber()
783 ImsPhoneConnection connection = in testNotifyHandovers()
[all …]
DImsPhoneCallTest.java46 ImsPhoneConnection mConnection1;
48 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()
278 ImsPhoneConnection connection = getFirstConnection(); in setMute()
295 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge()
325 ImsPhoneConnection connection = getFirstConnection(); in getImsCall()
341 public boolean update (ImsPhoneConnection conn, ImsCall imsCall, State state) { in update()
376 /* package */ ImsPhoneConnection
[all …]
DImsPhoneCallTracker.java206 ImsPhoneConnection conn = new ImsPhoneConnection(mPhone, imsCall, in onIncomingCall()
300 for (ImsPhoneConnection conn : mConnections) { in onRequestStatsUpdate()
420 private ArrayList<ImsPhoneConnection> mConnections = new ArrayList<ImsPhoneConnection>();
467 private ImsPhoneConnection mPendingMO;
1160 ImsPhoneConnection pendingConnection; in startConference()
1163 pendingConnection = new ImsPhoneConnection(mPhone, in startConference()
1245 mPendingMO = new ImsPhoneConnection(mPhone, dialString, this, mForegroundCall, in dial()
1440 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
1446 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
1789 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
446 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;
169 public synchronized void onImsDial(ImsPhoneConnection conn) { in onImsDial()
177 public synchronized void onImsCallReceived(ImsPhoneConnection conn) { in onImsCallReceived()
193 @Nullable ImsPhoneConnection conn, ImsReasonInfo reasonInfo) { in onImsCallTerminated()
216 public synchronized void onRttStarted(ImsPhoneConnection conn) { in onRttStarted()
394 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;
/frameworks/base/config/
Dpreloaded-classes9100 com.android.internal.telephony.imsphone.ImsPhoneConnection
Dboot-image-profile.txt49889 Lcom/android/internal/telephony/imsphone/-$$Lambda$ImsPhoneConnection$gXYXXIQcibrbO2gQqP7d18avaBI;
49927 Lcom/android/internal/telephony/imsphone/ImsPhoneConnection$MyHandler;
49928 Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;