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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyComponentFactory.java 32 import com.android.internal.telephony.imsphone.ImsPhoneCallTracker;
146 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) {
147 return new ImsPhoneCallTracker(imsPhone);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 54 /*package*/ ImsPhoneCallTracker mOwner;
58 // Determines what type of ImsPhoneCall this is. ImsPhoneCallTracker uses instances of
69 public ImsPhoneCall(ImsPhoneCallTracker owner, String context) {
221 return mConnections.size() == ImsPhoneCallTracker.MAX_CONNECTIONS_PER_CALL;
224 //***** Called from ImsPhoneCallTracker
ImsPhoneConnection.java 63 private ImsPhoneCallTracker mOwner;
71 int mIndex; // index in ImsPhoneCallTracker.connections[], -1 if unassigned
168 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct,
214 public ImsPhoneConnection(Phone phone, String dialString, ImsPhoneCallTracker ct,
337 public ImsPhoneCallTracker getOwner () {
    [all...]
ImsExternalCallTracker.java 44 public class ImsExternalCallTracker implements ImsPhoneCallTracker.PhoneStateListener {
198 * Handles changes to the phone state as notified by the {@link ImsPhoneCallTracker}.
ImsPhoneCallTracker.java 115 public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
116 static final String LOG_TAG = "ImsPhoneCallTracker";
133 // When true, dumps the state of ImsPhoneCallTracker after changes to foreground and background
176 ImsPhoneCallTracker.this,
    [all...]
ImsPhone.java 185 ImsPhoneCallTracker mCT;
254 // The ImsExternalCallTracker needs to be defined before the ImsPhoneCallTracker, as the
255 // ImsPhoneCallTracker uses a thread to spool up the ImsManager. Part of this involves
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneConnectionTest.java 73 replaceInstance(ImsPhoneCallTracker.class, "mForegroundCall", mImsCT, mForeGroundCall);
74 replaceInstance(ImsPhoneCallTracker.class, "mBackgroundCall", mImsCT, mBackGroundCall);
75 replaceInstance(ImsPhoneCallTracker.class, "mRingingCall", mImsCT, mRingGroundCall);
76 replaceInstance(ImsPhoneCallTracker.class, "mPhone", mImsCT, mImsPhone);
ImsPhoneCallTest.java 53 replaceInstance(ImsPhoneCallTracker.class, "mPhone", mImsCT, mImsPhone);
ImsPhoneCallTrackerTest.java 84 private ImsPhoneCallTracker mCTUT;
111 mCTUT = new ImsPhoneCallTracker(mImsPhone);
234 logd("ImsPhoneCallTracker initiated");
636 // Make sure that open is called in ImsPhoneCallTracker when it was first connected and
657 // Make sure that open is called in ImsPhoneCallTracker to re-establish connection to
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java 65 import com.android.internal.telephony.imsphone.ImsPhoneCallTracker;
108 protected ImsPhoneCallTracker mImsCT;
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 54 import com.android.internal.telephony.imsphone.ImsPhoneCallTracker;
489 * Called from {@link ImsPhoneCallTracker} when a request to pull an external call has
515 * Called from {@link ImsPhoneCallTracker} when a handover to WIFI has failed.
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 
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 
  /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 

Completed in 251 milliseconds