Searched refs:MMTelFeature (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A DMMTelFeature.java40 * Any class wishing to use MMTelFeature should extend this class and implement all methods that the
46 public class MMTelFeature extends ImsFeature { class in inherits:ImsFeature
57 return MMTelFeature.this.startSession(incomingCallIntent, listener);
64 MMTelFeature.this.endSession(sessionId);
72 return MMTelFeature.this.isConnected(callSessionType, callType);
79 return MMTelFeature.this.isOpened();
86 return MMTelFeature.this.getFeatureState();
94 MMTelFeature.this.addRegistrationListener(listener);
102 MMTelFeature.this.removeRegistrationListener(listener);
110 return MMTelFeature
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DTestMMTelFeatureCompat.java19 import android.telephony.ims.compat.feature.MMTelFeature;
25 * MMTelFeature implementation used by mockito to test functionality.
28 public class TestMMTelFeatureCompat extends MMTelFeature {
/frameworks/base/telephony/java/android/telephony/ims/compat/
H A DImsService.java26 import android.telephony.ims.compat.feature.MMTelFeature;
64 * - MMTEL_FEATURE: This ImsService implements the MMTelFeature class.
65 * - EMERGENCY_MMTEL_FEATURE: This ImsService implements the MMTelFeature class and will be
136 MMTelFeature f = onCreateEmergencyMMTelImsFeature(slotId);
147 MMTelFeature f = onCreateMMTelImsFeature(slotId);
213 * @return An implementation of MMTelFeature that will be used by the system for MMTel
217 public @Nullable MMTelFeature onCreateEmergencyMMTelImsFeature(int slotId) {
222 * @return An implementation of MMTelFeature that will be used by the system for MMTel
226 public @Nullable MMTelFeature onCreateMMTelImsFeature(int slotId) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceControllerCompat.java30 import android.telephony.ims.compat.feature.MMTelFeature;
70 * Converts the new command to {@link MMTelFeature#turnOnIms()}.
87 * Converts the new command to {@link MMTelFeature#turnOffIms()}.
/frameworks/base/config/
H A Dboot-image-profile.txt5947 HPLandroid/telephony/ims/compat/feature/MMTelFeature$1;->createCallProfile(III)Landroid/telephony/ims/ImsCallProfile;
5948 HPLandroid/telephony/ims/compat/feature/MMTelFeature$1;->createCallSession(ILandroid/telephony/ims/ImsCallProfile;)Lcom/android/ims/internal/IImsCallSession;
5949 HPLandroid/telephony/ims/compat/feature/MMTelFeature$1;->getPendingCallSession(ILjava/lang/String;)Lcom/android/ims/internal/IImsCallSession;
[all...]

Completed in 378 milliseconds