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.java83 ImsPhoneConnection c = (ImsPhoneConnection) mConnections.get(i); in dispose()
184 public boolean connectionDisconnected(ImsPhoneConnection conn) { in connectionDisconnected()
210 public void detach(ImsPhoneConnection conn) { in detach()
237 ImsPhoneConnection cn = (ImsPhoneConnection)mConnections.get(i); in onHangupLocal()
247 public ImsPhoneConnection getFirstConnection() { in getFirstConnection()
250 return (ImsPhoneConnection) mConnections.get(0); in getFirstConnection()
272 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge()
317 public boolean update (ImsPhoneConnection conn, ImsCall imsCall, State state) { in update()
352 /* package */ ImsPhoneConnection
354 return (ImsPhoneConnection) getEarliestConnection(); in getHandoverConnection()
[all …]
DImsPhoneCallTracker.java192 ImsPhoneConnection conn = new ImsPhoneConnection(mPhone, imsCall, in onIncomingCall()
333 private ArrayList<ImsPhoneConnection> mConnections = new ArrayList<ImsPhoneConnection>();
379 private ImsPhoneConnection mPendingMO;
842 mPendingMO = new ImsPhoneConnection(mPhone, in dial()
1034 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
1345 private void cacheConnectionTimeWithPhoneNumber(@NonNull ImsPhoneConnection connection) { in cacheConnectionTimeWithPhoneNumber()
1448 ImsPhoneConnection foregroundConnection = mForegroundCall.getFirstConnection(); in conference()
1456 ImsPhoneConnection backgroundConnection = findConnection(bgImsCall); in conference()
1704 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup()
1835 private synchronized ImsPhoneConnection findConnection(final ImsCall imsCall) { in findConnection()
[all …]
DImsPhoneConnection.java57 public class ImsPhoneConnection extends Connection implements class
177 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct, in ImsPhoneConnection() method in ImsPhoneConnection
223 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.java61 private ImsPhoneConnection mConnectionUT;
92 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testImsConnectionSanity()
107 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testImsConnectionSanity()
120 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStateForeGround()
135 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mBackGroundCall, false); in testImsUpdateStateBackGround()
148 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT, in testImsUpdateStatePendingHold()
160 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false); in testUpdateAddressDisplay()
192 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialWait()
215 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234", in testPostDialPause()
232 Field field = ImsPhoneConnection.class.getDeclaredField("PAUSE_DELAY_MILLIS"); in testPostDialPause()
[all …]
DImsPhoneCallTrackerTest.java102 private ImsPhoneConnection.Listener mImsPhoneConnectionListener;
188 mImsPhoneConnectionListener = mock(ImsPhoneConnection.Listener.class); in setUp()
362 ImsPhoneConnection connection = in testImsMTCall()
363 (ImsPhoneConnection) mCTUT.mRingingCall.getConnections().get(0); in testImsMTCall()
687 ImsPhoneConnection connection = in testNotifyHandovers()
688 (ImsPhoneConnection) mCTUT.mForegroundCall.getConnections().get(0); in testNotifyHandovers()
761 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testNoRemoteHoldtone()
787 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteToneInactive()
811 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection(); in testRemoteHoldtone()
937 ImsPhoneConnection connection = null; in placeCallAndMakeActive()
[all …]
DImsPhoneCallTest.java44 ImsPhoneConnection mConnection1;
46 ImsPhoneConnection mConnection2;
/frameworks/base/config/
Dhiddenapi-greylist.txt1376 …ndConnection(Lcom/android/ims/ImsCall;)Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;
1384 …er;->setVideoCallProvider(Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;Lcom/android…
1385 …internal/telephony/imsphone/ImsPhoneConnection$MyHandler;-><init>(Lcom/android/internal/telephony/…
1386 Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;->mImsCall:Lcom/android/ims/ImsCall;
1387 Lcom/android/internal/telephony/imsphone/ImsPhoneConnection;->update(Lcom/android/ims/ImsCall;Lcom/…