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

  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsCallSessionImplBase.java 43 public class ImsCallSessionImplBase implements AutoCloseable {
110 ImsCallSessionImplBase.this.close();
115 return ImsCallSessionImplBase.this.getCallId();
120 return ImsCallSessionImplBase.this.getCallProfile();
125 return ImsCallSessionImplBase.this.getLocalCallProfile();
130 return ImsCallSessionImplBase.this.getRemoteCallProfile();
135 return ImsCallSessionImplBase.this.getProperty(name);
140 return ImsCallSessionImplBase.this.getState();
145 return ImsCallSessionImplBase.this.isInCall();
150 ImsCallSessionImplBase.this.setListener(new ImsCallSessionListener(listener))
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
TestImsCallSessionCompat.java 19 import android.telephony.ims.compat.stub.ImsCallSessionImplBase;
23 public class TestImsCallSessionCompat extends ImsCallSessionImplBase {
TestMmTelFeature.java 24 import android.telephony.ims.stub.ImsCallSessionImplBase;
38 private class TestImsCallSession extends ImsCallSessionImplBase {
53 public void incomingCall(ImsCallSessionImplBase c) throws RemoteException {
63 public ImsCallSessionImplBase createCallSession(ImsCallProfile profile) {
MmTelFeatureTests.java 36 import android.telephony.ims.stub.ImsCallSessionImplBase;
123 ImsCallSessionImplBase session = new ImsCallSessionImplBase();
  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallSessionListener.java 22 import android.telephony.ims.stub.ImsCallSessionImplBase;
187 * @param newSession the {@link ImsCallSessionImplBase} that represents the merged active & held
191 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile)
203 * See {@link #callSessionMergeStarted(ImsCallSessionImplBase, ImsCallProfile)}.
219 * @param newSession the new {@link ImsCallSessionImplBase}
223 public void callSessionMergeComplete(ImsCallSessionImplBase newSession) {
235 * See {@link #callSessionMergeComplete(ImsCallSessionImplBase)}}.
309 public void callSessionConferenceExtended(ImsCallSessionImplBase newSession,
321 * See {@link #callSessionConferenceExtended(ImsCallSessionImplBase, ImsCallProfile)}.
350 * @param newSession An {@link ImsCallSessionImplBase}
    [all...]
ImsCallSession.java 29 import android.telephony.ims.stub.ImsCallSessionImplBase;
45 * Defines IMS call session state. Please use {@link ImsCallSessionImplBase.State} definition.
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/feature/
MmTelFeature.java 26 import android.telephony.ims.stub.ImsCallSessionImplBase;
415 * @param c The {@link ImsCallSessionImplBase} of the new incoming call.
417 public final void notifyIncomingCall(ImsCallSessionImplBase c, Bundle extras) {
524 ImsCallSessionImplBase s = MmTelFeature.this.createCallSession(profile);
535 public ImsCallSessionImplBase createCallSession(ImsCallProfile profile) {
  /frameworks/base/telephony/java/android/telephony/ims/compat/feature/
MMTelFeature.java 33 import android.telephony.ims.compat.stub.ImsCallSessionImplBase;
  /frameworks/base/telephony/java/android/telephony/ims/compat/stub/
ImsCallSessionImplBase.java 34 * Compat implementation of ImsCallSessionImplBase for older implementations.
42 public class ImsCallSessionImplBase extends IImsCallSession.Stub {
63 * Closes the object. This {@link ImsCallSessionImplBase} is not usable after being closed.
71 * @return A String containing the unique call ID of this {@link ImsCallSessionImplBase}.
79 * @return The {@link ImsCallProfile} that this {@link ImsCallSessionImplBase} is associated
88 * @return The local {@link ImsCallProfile} that this {@link ImsCallSessionImplBase} is
97 * @return The remote {@link ImsCallProfile} that this {@link ImsCallSessionImplBase} is
115 * @return The {@link ImsCallSessionImplBase} state.
123 * @return true if the {@link ImsCallSessionImplBase} is in a call, false otherwise.
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 211 milliseconds