HomeSort by relevance Sort by last modified time
    Searched refs:ImsPhoneConnection (Results 1 - 17 of 17) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 82 ImsPhoneConnection c = (ImsPhoneConnection) mConnections.get(i);
151 //***** Called from ImsPhoneConnection
177 * Called by ImsPhoneConnection when it has disconnected
179 public boolean connectionDisconnected(ImsPhoneConnection conn) {
205 public void detach(ImsPhoneConnection conn) {
231 ImsPhoneConnection cn = (ImsPhoneConnection)mConnections.get(i);
241 public ImsPhoneConnection getFirstConnection() {
244 return (ImsPhoneConnection) mConnections.get(0)
    [all...]
ImsPhoneCallTracker.java 175 ImsPhoneConnection conn = new ImsPhoneConnection(mPhone, imsCall,
286 private ArrayList<ImsPhoneConnection> mConnections = new ArrayList<ImsPhoneConnection>();
306 private ImsPhoneConnection mPendingMO;
    [all...]
ImsPhoneConnection.java 55 public class ImsPhoneConnection extends Connection implements
58 private static final String LOG_TAG = "ImsPhoneConnection";
168 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct,
197 // in the ImsPhoneConnection. This isn't going to inform any listeners (since the original
214 public ImsPhoneConnection(Phone phone, String dialString, ImsPhoneCallTracker ct,
384 Rlog.w(LOG_TAG, "ImsPhoneConnection.proceedAfterWaitChar(): Expected "
397 Rlog.w(LOG_TAG, "ImsPhoneConnection.proceedAfterWaitChar(): Expected "
697 * @return {@code true} if the {@link ImsPhoneConnection} or its media capabilities have been
785 * update the {@link ImsPhoneConnection} with this information.
849 * update the {@link ImsPhoneConnection} with this information
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneConnectionTest.java 60 private ImsPhoneConnection mConnectionUT;
90 logd("Testing initial state of MT ImsPhoneConnection");
91 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false);
105 logd("Testing initial state of MO ImsPhoneConnection");
106 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234",
119 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT,
134 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mBackGroundCall, false);
147 mConnectionUT = new ImsPhoneConnection(mImsPhone, "+1 (700).555-41NN1234", mImsCT,
159 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false);
191 mConnectionUT = new ImsPhoneConnection(mImsPhone, String.format("+1 (700).555-41NN%c1234"
    [all...]
ImsPhoneCallTrackerTest.java 99 private ImsPhoneConnection.Listener mImsPhoneConnectionListener;
182 mImsPhoneConnectionListener = mock(ImsPhoneConnection.Listener.class);
354 ImsPhoneConnection connection =
355 (ImsPhoneConnection) mCTUT.mRingingCall.getConnections().get(0);
674 ImsPhoneConnection connection =
675 (ImsPhoneConnection) mCTUT.mForegroundCall.getConnections().get(0);
748 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection();
774 ImsPhoneConnection connection = mCTUT.mForegroundCall.getFirstConnection();
    [all...]
ImsPhoneCallTest.java 42 ImsPhoneConnection mConnection1;
44 ImsPhoneConnection mConnection2;
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConnection.java 29 import com.android.internal.telephony.imsphone.ImsPhoneConnection;
86 boolean isImsCall = getOriginalConnection() instanceof ImsPhoneConnection;
PstnIncomingCallNotifier.java 39 import com.android.internal.telephony.imsphone.ImsPhoneConnection;
248 if (((ImsPhoneConnection) connection).isRttEnabledForCall()) {
TelephonyConnection.java 55 import com.android.internal.telephony.imsphone.ImsPhoneConnection;
506 // Swap the ImsPhoneConnection we used to do the pull for the ImsExternalConnection
    [all...]
TelephonyConnectionService.java 55 import com.android.internal.telephony.imsphone.ImsPhoneConnection;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 271 milliseconds