Home | History | Annotate | Download | only in phone

Lines Matching refs:PhoneInterfaceManager

86 public class PhoneInterfaceManager extends ITelephony.Stub {
87 private static final String LOG_TAG = "PhoneInterfaceManager";
125 private static PhoneInterfaceManager sInstance;
676 * Initialize the singleton PhoneInterfaceManager instance.
679 /* package */ static PhoneInterfaceManager init(PhoneGlobals app, Phone phone) {
680 synchronized (PhoneInterfaceManager.class) {
682 sInstance = new PhoneInterfaceManager(app, phone);
691 private PhoneInterfaceManager(PhoneGlobals app, Phone phone) {