Searched defs:MmTelFeature (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java51 * Any class wishing to use MmTelFeature should extend this class and implement all methods that the
56 public class MmTelFeature extends ImsFeature { class in inherits:ImsFeature
58 private static final String LOG_TAG = "MmTelFeature";
65 MmTelFeature.this.setListener(l);
73 return MmTelFeature.this.getFeatureState();
86 return MmTelFeature.this.createCallProfile(callSessionType, callType);
103 return MmTelFeature.this.shouldProcessCall(numbers);
110 return MmTelFeature.this.getUtInterface();
117 return MmTelFeature.this.getEcbmInterface();
125 MmTelFeature
[all...]

Completed in 266 milliseconds