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

12 3 4 5 6 7

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkIDList.java 30 package gov.nist.javax.sip.header.ims;
33 import gov.nist.javax.sip.header.ims.PVisitedNetworkIDHeader;
SecurityClientList.java 33 package gov.nist.javax.sip.header.ims;
38 import gov.nist.javax.sip.header.ims.SecurityClient;
SecurityServerList.java 32 package gov.nist.javax.sip.header.ims;
37 import gov.nist.javax.sip.header.ims.SecurityServer;
SecurityVerifyList.java 33 package gov.nist.javax.sip.header.ims;
38 import gov.nist.javax.sip.header.ims.SecurityVerify;
AuthorizationHeaderIms.java 31 package gov.nist.javax.sip.header.ims;
PAssertedIdentityList.java 29 package gov.nist.javax.sip.header.ims;
PAssertedServiceHeader.java 1 package gov.nist.javax.sip.header.ims;
PAssociatedURIList.java 29 package gov.nist.javax.sip.header.ims;
PCalledPartyIDHeader.java 31 package gov.nist.javax.sip.header.ims;
PMediaAuthorizationHeader.java 31 package gov.nist.javax.sip.header.ims;
PMediaAuthorizationList.java 31 package gov.nist.javax.sip.header.ims;
PPreferredServiceHeader.java 1 package gov.nist.javax.sip.header.ims;
PUserDatabaseHeader.java 1 package gov.nist.javax.sip.header.ims;
38 * to the IMS HSS. The DB name is encoded as a URI, delimited
44 * HSS received in this header,thus optimizing the IMS registration
PVisitedNetworkIDHeader.java 30 package gov.nist.javax.sip.header.ims;
PathHeader.java 30 package gov.nist.javax.sip.header.ims;
PathList.java 29 package gov.nist.javax.sip.header.ims;
PrivacyHeader.java 31 package gov.nist.javax.sip.header.ims;
PrivacyList.java 30 package gov.nist.javax.sip.header.ims;
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsRegistrationListener.aidl 17 package com.android.ims.internal;
21 * the IMS connection(registration).
27 * Notifies the application when the device is connected to the IMS network.
32 * Notifies the application when the device is disconnected from the IMS network.
37 * Notifies the application when its suspended IMS connection is resumed,
43 * Notifies the application when its current IMS connection is suspended,
49 * Notifies the application when its current IMS connection is updated
54 * If {@code event} is 0, meaning the specified service is removed from the IMS connection.
55 * Else ({@code event} is 1), meaning the specified service is added to the IMS connection.
64 * @param enabledFeatures features enabled as defined in com.android.ims.ImsConfig#FeatureConstants
    [all...]
IImsCallSession.aidl 17 package com.android.ims.internal;
20 import com.android.ims.ImsCallProfile;
21 import com.android.ims.ImsStreamMediaProfile;
22 import com.android.ims.internal.IImsCallSessionListener;
23 import com.android.ims.internal.IImsVideoCallProvider;
26 * An IMS session that is associated with a SIP dialog which is established from/to
103 * Initiates an IMS call with the specified target and call profile.
116 * Initiates an IMS call with the specified participants and call profile.
121 * @param participants participant list to initiate an IMS conference call
247 * Returns a binder for the video call provider implementation contained within the IMS servic
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java 374 final MockInputMethodService ims = new MockInputMethodService(); local
375 final RichInputConnection ic = new RichInputConnection(ims);
378 ims.setInputConnection(new MockConnection("users", 5));
379 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true);
382 ims.setInputConnection(new MockConnection("users'", 5));
383 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true);
386 ims.setInputConnection(new MockConnection("users'", 6));
387 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
SecurityClientParser.java 31 package gov.nist.javax.sip.parser.ims;
45 import gov.nist.javax.sip.header.ims.SecurityClient;
46 import gov.nist.javax.sip.header.ims.SecurityClientList;
SecurityServerParser.java 31 package gov.nist.javax.sip.parser.ims;
45 import gov.nist.javax.sip.header.ims.SecurityServerList;
46 import gov.nist.javax.sip.header.ims.SecurityServer;
SecurityVerifyParser.java 31 package gov.nist.javax.sip.parser.ims;
44 import gov.nist.javax.sip.header.ims.SecurityVerify;
45 import gov.nist.javax.sip.header.ims.SecurityVerifyList;
  /external/nist-sip/java/gov/nist/javax/sip/header/
Authorization.java 31 import gov.nist.javax.sip.header.ims.AuthorizationHeaderIms;

Completed in 528 milliseconds

12 3 4 5 6 7