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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceController.java56 public class ImsServiceController { class
125 * Defines callbacks that are used by the ImsServiceController to notify when an ImsService
126 * has created or removed a new feature as well as the associated ImsServiceController.
130 * Called by ImsServiceController when a new feature has been created.
132 void imsServiceFeatureCreated(int slotId, int feature, ImsServiceController controller);
134 * Called by ImsServiceController when a new feature has been removed.
136 void imsServiceFeatureRemoved(int slotId, int feature, ImsServiceController controller);
145 * Return a long in ms indiciating how long the ImsServiceController should wait before
151 private static final String LOG_TAG = "ImsServiceController";
228 public ImsServiceController(Contex method in class:ImsServiceController
241 public ImsServiceController(Context context, ComponentName componentName, method in class:ImsServiceController
[all...]

Completed in 57 milliseconds