Lines Matching refs:PhoneInterfaceManager
93 public class PhoneInterfaceManager extends ITelephony.Stub {
94 private static final String LOG_TAG = "PhoneInterfaceManager";
143 private static PhoneInterfaceManager sInstance;
845 * Initialize the singleton PhoneInterfaceManager instance.
848 /* package */ static PhoneInterfaceManager init(PhoneGlobals app, Phone phone) {
849 synchronized (PhoneInterfaceManager.class) {
851 sInstance = new PhoneInterfaceManager(app, phone);
860 private PhoneInterfaceManager(PhoneGlobals app, Phone phone) {