HomeSort by relevance Sort by last modified time
    Searched refs:ims (Results 126 - 150 of 166) sorted by null

1 2 3 4 56 7

  /frameworks/base/telephony/java/com/android/ims/
ImsStreamMediaProfile.java 17 package com.android.ims;
23 * Parcelable object to handle IMS stream media profile.
ImsConferenceState.java 17 package com.android.ims;
31 * Provides the conference information (defined in RFC 4575) for IMS conference call.
ImsReasonInfo.java 17 package com.android.ims;
56 // IMS -> Telephony
61 // IMS service internal error
63 // IMS service goes down (service connection is lost)
68 // IMS -> Telephony
76 // (VoLTE is not supported even though IMS is registered)
84 // Service unavailable; IMS connection is lost (IMS is not registered)
87 // IMS <-> Telephony
90 // IMS <- Telephon
    [all...]
ImsCallProfile.java 17 package com.android.ims;
27 * Parcelable object to handle IMS call profile.
41 * without IMS connection (not registered).
42 * In the moment of the call initiation, the device try to connect to the IMS network
47 * It is a default type and can be selected when the device is connected to the IMS network.
100 * Extra properties for IMS call.
131 * dialstring : To identify the Ims call type, MO
310 * Converts from the call types defined in {@link com.android.ims.ImsCallProfile} to the
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 27 import com.android.ims.ImsCall;
28 import com.android.ims.ImsException;
29 import com.android.ims.ImsStreamMediaProfile;
245 * event package into a regular ongoing IMS call.
ImsPhoneCallTracker.java 46 import com.android.ims.ImsCall;
47 import com.android.ims.ImsCallProfile;
48 import com.android.ims.ImsConfig;
49 import com.android.ims.ImsConnectionStateListener;
50 import com.android.ims.ImsEcbm;
51 import com.android.ims.ImsException;
52 import com.android.ims.ImsManager;
53 import com.android.ims.ImsReasonInfo;
54 import com.android.ims.ImsServiceClass;
55 import com.android.ims.ImsUtInterface
    [all...]
ImsPhoneConnection.java 33 import com.android.ims.ImsException;
34 import com.android.ims.ImsStreamMediaProfile;
41 import com.android.ims.ImsCall;
42 import com.android.ims.ImsCallProfile;
ImsPhone.java 38 import com.android.ims.ImsCallForwardInfo;
39 import com.android.ims.ImsCallProfile;
40 import com.android.ims.ImsEcbm;
41 import com.android.ims.ImsEcbmStateListener;
42 import com.android.ims.ImsException;
43 import com.android.ims.ImsReasonInfo;
44 import com.android.ims.ImsSsInfo;
45 import com.android.ims.ImsUtInterface;
118 // To redial silently through GSM or CDMA when dialing through IMS fails
167 // Same property is used for both CDMA & IMS phone
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 17 package com.android.ims.internal;
22 import com.android.ims.ImsCallProfile;
23 import com.android.ims.ImsConferenceState;
24 import com.android.ims.ImsReasonInfo;
25 import com.android.ims.ImsStreamMediaProfile;
28 * Provides the call initiation/termination, and media exchange between two IMS endpoints.
29 * It directly communicates with IMS service which implements the IMS protocol behavior.
37 * Defines IMS call session state.
87 * Listener for events relating to an IMS session, such as when a session is bein
    [all...]
ImsVideoCallProvider.java 17 package com.android.ims.internal;
ImsVideoCallProviderWrapper.java 17 package com.android.ims.internal;
33 * communicates with the actual implementation of the video call provider in the IMS service; it is
34 * in essence, a wrapper around the IMS's video call provider implementation.
152 * Instantiates an instance of the ImsVideoCallProvider, taking in the binder for IMS's video
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 512 InputMethodSubtype ims = imi.getSubtypeAt(i); local
513 if (subtypeHashCode == ims.hashCode()) {
882 InputMethodSubtype ims = info.getSubtypeAt(i); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 283 IMountService ims = getMountService();
284 if (ims == null) {
291 int[] stUsers = ims.getStorageUsers(extStoragePath);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfo.java 29 package gov.nist.javax.sip.header.ims;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
TestConferenceEventPackageParser.java 19 import com.android.ims.ImsConferenceState;
34 * Implements a basic XML parser used to parse test IMS conference event packages which can be
35 * injected into the IMS framework via the {@link com.android.internal.telephony.TelephonyTester}.
42 * <endpoint>sip:+16505551212@ims-test-provider.com</endpoint>
50 * {@link com.android.ims.ImsConferenceState} parcelable. The {@code status} values expected in the
52 * {@link com.android.ims.ImsConferenceState#STATUS_CONNECTED}).
55 * following command while you have an ongoing IMS call:
82 * {@link com.android.ims.ImsConferenceState} instance containing the participants described in
85 * @return The {@link com.android.ims.ImsConferenceState} instance.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 276 final InputMethodSubtype ims = subtypes.get(index); local
277 if (ims.equals(subtype)) {
292 final InputMethodSubtype ims = imi.getSubtypeAt(index); local
293 if (ims.equals(subtype)) {
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUt.java 17 package com.android.ims;
28 import com.android.ims.internal.IImsUt;
29 import com.android.ims.internal.IImsUtListener;
32 * Provides APIs for the supplementary service settings using IMS (Ut interface).
541 errorString = new String("IMS UT exception");
  /device/moto/shamu/
BoardConfig.mk 128 ims.te \
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 28 import gov.nist.javax.sip.header.ims.*;
181 // IMS Specific headers.
AuthenticationHeader.java 30 import gov.nist.javax.sip.header.ims.ParameterNamesIms;
SIPHeaderList.java 33 import gov.nist.javax.sip.header.ims.PrivacyHeader;
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 32 import gov.nist.javax.sip.header.ims.*;
109 // IMS headers.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParserFactory.java 27 import gov.nist.javax.sip.parser.ims.*;
28 import gov.nist.javax.sip.header.ims.*;
241 //IMS headers
343 * Miguel -- please implement a deep clone method for the IMS headers.
367 * fixed missing IMS header parsing plumbing
374 * Tighter integration of IMS headers.
  /frameworks/base/core/java/android/widget/
TextView.java 7723 final Editor.InputMethodState ims = mEditor == null ? null : mEditor.mInputMethodState; local
7754 final Editor.InputMethodState ims = mEditor == null ? null : mEditor.mInputMethodState; local
    [all...]
  /frameworks/base/
Android.mk 363 telephony/java/com/android/ims/internal/IImsCallSession.aidl \
364 telephony/java/com/android/ims/internal/IImsCallSessionListener.aidl \
365 telephony/java/com/android/ims/internal/IImsConfig.aidl \
366 telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl \
367 telephony/java/com/android/ims/internal/IImsEcbm.aidl \
368 telephony/java/com/android/ims/internal/IImsEcbmListener.aidl \
369 telephony/java/com/android/ims/internal/IImsService.aidl \
370 telephony/java/com/android/ims/internal/IImsStreamMediaSession.aidl \
371 telephony/java/com/android/ims/internal/IImsUt.aidl \
372 telephony/java/com/android/ims/internal/IImsUtListener.aidl
    [all...]

Completed in 633 milliseconds

1 2 3 4 56 7