Searched refs:ImsCall (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsCallTest.java25 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);
H A DImsPhoneCallTrackerTest.java57 import com.android.ims.ImsCall;
87 private ImsCall.Listener mImsCallListener;
88 private ImsCall mImsCall;
89 private ImsCall mSecondImsCall;
119 private void imsCallMocking(final ImsCall mImsCall) throws Exception {
176 mImsCall = spy(new ImsCall(mContext, mImsCallProfile));
177 mSecondImsCall = spy(new ImsCall(mContext, mImsCallProfile));
196 doAnswer(new Answer<ImsCall>() {
198 public ImsCall answer(InvocationOnMock invocation) throws Throwable {
200 (ImsCall
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java52 public class ImsCall implements ICall { class in inherits:ICall
57 private static final String TAG = "ImsCall";
93 public void onCallProgressing(ImsCall call) {
103 public void onCallStarted(ImsCall call) {
114 public void onCallStartFailed(ImsCall call, ImsReasonInfo reasonInfo) {
125 public void onCallTerminated(ImsCall call, ImsReasonInfo reasonInfo) {
137 public void onCallHeld(ImsCall call) {
148 public void onCallHoldFailed(ImsCall call, ImsReasonInfo reasonInfo) {
158 public void onCallHoldReceived(ImsCall call) {
168 public void onCallResumed(ImsCall cal
608 public ImsCall(Context context, ImsCallProfile profile) { method in class:ImsCall
[all...]
H A DImsManager.java1806 * Creates a {@link ImsCall} to make a call.
1812 * @param listener listen to the call events from {@link ImsCall}
1813 * @return a {@link ImsCall} object
1816 public ImsCall makeCall(int sessionId, ImsCallProfile profile, String[] callees,
1817 ImsCall.Listener listener) throws ImsException {
1825 ImsCall call = new ImsCall(mContext, profile);
1840 * Creates a {@link ImsCall} to take an incoming call.
1844 * @param listener to listen to the call events from {@link ImsCall}
1845 * @return a {@link ImsCall} objec
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java29 import com.android.ims.ImsCall;
105 ImsCall imsCall = getImsCall();
144 ImsCall call = getImsCall();
249 ImsCall imsCall = getFirstConnection() == null ?
284 * Retrieves the {@link ImsCall} for the current {@link ImsPhoneCall}.
290 * @return The {@link ImsCall}.
293 public ImsCall
298 /*package*/ static boolean isLocalTone(ImsCall imsCall) {
310 public boolean update (ImsPhoneConnection conn, ImsCall imsCall, State state) {
314 //ImsCall
[all...]
H A DImsPhoneCallTracker.java64 import com.android.ims.ImsCall;
174 ImsCall imsCall = mImsManager.takeCall(mServiceId, intent, mImsCallListener);
181 ImsCall activeCall = mForegroundCall.getFirstConnection().getImsCall();
290 // The ImsCall's call id is the key of the map.
302 private ImsCall mUssdSession = null;
327 private ImsCall mCallExpectedToResume = null;
1163 ImsCall imsCall = mImsManager.makeCall(mServiceId, profile,
1201 ImsCall activeCall = mForegroundCall.getImsCall();
1202 ImsCall ringingCall = mRingingCall.getImsCall();
1227 ImsCall imsCal
[all...]
H A DImsPhoneConnection.java38 import com.android.ims.ImsCall;
64 private ImsCall mImsCall;
95 * {@link #updateMediaCapabilities(ImsCall)} should be ignored. When a video state change from
164 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct,
642 * Where {@link #isMultiparty()} is {@code true}, determines if this {@link ImsCall} is the
644 * {@link ImsCall} is a member of a conference hosted on another device.
659 public synchronized ImsCall getImsCall() {
663 public synchronized void setImsCall(ImsCall imsCall) {
675 public boolean update(ImsCall imsCall, ImsPhoneCall.State state) {
728 ImsCall imsCal
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java29 import com.android.ims.ImsCall;
202 ImsCall imsCall = imsPhoneCall.getImsCall();
231 ImsCall imsCall = imsPhoneCall.getImsCall();
H A DPhone.java61 import com.android.ims.ImsCall;
2235 ImsCall imsCall = imsPhoneCall.getImsCall();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java53 import com.android.ims.ImsCall;
125 protected ImsCall mImsCall;
/frameworks/base/config/
H A Dcompiled-classes-phone5247 com.android.ims.ImsCall$Listener

Completed in 206 milliseconds