Lines Matching refs:PhoneInterfaceManager
66 public class PhoneInterfaceManager extends ITelephony.Stub implements CallModeler.Listener {
67 private static final String LOG_TAG = "PhoneInterfaceManager";
80 private static PhoneInterfaceManager sInstance;
239 * Initialize the singleton PhoneInterfaceManager instance.
242 /* package */ static PhoneInterfaceManager init(PhoneGlobals app, Phone phone,
245 synchronized (PhoneInterfaceManager.class) {
247 sInstance = new PhoneInterfaceManager(app, phone, callHandlerService, callModeler,
257 private PhoneInterfaceManager(PhoneGlobals app, Phone phone,