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

/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
H A DImsUceManager.java33 * ImsUceManager Declaration
36 public class ImsUceManager { class
38 private static final String LOG_TAG = "ImsUceManager";
58 private static HashMap<Integer, ImsUceManager> sUceManagerInstances =
59 new HashMap<Integer, ImsUceManager>();
91 public static ImsUceManager getInstance(Context context, int phoneId) {
97 ImsUceManager uceMgr = new ImsUceManager(context, phoneId);
108 private ImsUceManager(Context context, int phoneId) { method in class:ImsUceManager

Completed in 21 milliseconds