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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsCallTest.java 25 import com.android.ims.ImsCall;
58 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile);
68 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile);
78 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile);
88 ImsCall mTestImsCall = new ImsCall(mContext, mTestCallProfile);
ImsPhoneCallTrackerTest.java 26 import com.android.ims.ImsCall;
66 private ImsCall.Listener mImsCallListener;
67 private ImsCall mImsCall;
68 private ImsCall mSecondImsCall;
86 private void imsCallMocking(final ImsCall mImsCall) throws Exception {
143 mImsCall = spy(new ImsCall(mContext, mImsCallProfile));
144 mSecondImsCall = spy(new ImsCall(mContext, mImsCallProfile));
162 doAnswer(new Answer<ImsCall>() {
164 public ImsCall answer(InvocationOnMock invocation) throws Throwable {
166 (ImsCall.Listener) invocation.getArguments()[2]
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 50 public class ImsCall implements ICall {
55 private static final String TAG = "ImsCall";
91 public void onCallProgressing(ImsCall call) {
101 public void onCallStarted(ImsCall call) {
112 public void onCallStartFailed(ImsCall call, ImsReasonInfo reasonInfo) {
123 public void onCallTerminated(ImsCall call, ImsReasonInfo reasonInfo) {
135 public void onCallHeld(ImsCall call) {
146 public void onCallHoldFailed(ImsCall call, ImsReasonInfo reasonInfo) {
156 public void onCallHoldReceived(ImsCall call) {
166 public void onCallResumed(ImsCall call)
    [all...]
ImsManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 29 import com.android.ims.ImsCall;
105 ImsCall imsCall = getImsCall();
106 if (imsCall == null) {
110 return imsCall.isMultiparty();
144 ImsCall call = getImsCall();
249 ImsCall imsCall = getFirstConnection() == null ?
251 if (imsCall != null) {
253 imsCall.setMute(mute)
    [all...]
ImsPhoneCallTracker.java 53 import com.android.ims.ImsCall;
150 ImsCall imsCall = mImsManager.takeCall(mServiceId, intent, mImsCallListener);
151 ImsPhoneConnection conn = new ImsPhoneConnection(mPhone, imsCall,
157 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall();
159 shouldDisconnectActiveCallOnAnswer(activeCall, imsCall);
165 setVideoCallProvider(conn, imsCall);
168 imsCall.getSession());
175 conn.update(imsCall, ImsPhoneCall.State.WAITING);
237 // The ImsCall's call id is the key of the map
1022 ImsCall imscall = mForegroundCall.getImsCall(); local
1032 ImsCall imscall = mForegroundCall.getImsCall(); local
1044 ImsCall imscall = mForegroundCall.getImsCall(); local
    [all...]
ImsPhoneConnection.java 47 import com.android.ims.ImsCall;
65 private ImsCall mImsCall;
96 * {@link #updateMediaCapabilities(ImsCall)} should be ignored. When a video state change from
155 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct,
163 mImsCall = imsCall;
165 if ((imsCall != null) && (imsCall.getCallProfile() != null)) {
166 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI);
167 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 30 import com.android.ims.ImsCall;
163 ImsCall imsCall = imsPhoneCall.getImsCall();
164 if (imsCall == null) {
168 imsCall.getImsCallSessionListenerProxy().callSessionHandoverFailed(imsCall.getCallSession(),
192 ImsCall imsCall = imsPhoneCall.getImsCall();
193 if (imsCall == null) {
212 imsCall.conferenceStateUpdated(imsConferenceState)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java 54 import com.android.ims.ImsCall;
123 protected ImsCall mImsCall;
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 41 import com.android.ims.ImsCall;
432 * Tracks the multiparty state of the ImsCall so that changes in the bit state can be detected.
    [all...]
  /frameworks/base/
compiled-classes-phone     [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 

Completed in 273 milliseconds