OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhoneInterfaceManager
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
83
public class
PhoneInterfaceManager
extends ITelephony.Stub {
84
private static final String LOG_TAG = "
PhoneInterfaceManager
";
125
private static
PhoneInterfaceManager
sInstance;
700
* Initialize the singleton
PhoneInterfaceManager
instance.
703
/* package */ static
PhoneInterfaceManager
init(PhoneGlobals app, Phone phone) {
704
synchronized (
PhoneInterfaceManager
.class) {
706
sInstance = new
PhoneInterfaceManager
(app, phone);
715
private
PhoneInterfaceManager
(PhoneGlobals app, Phone phone) {
[
all
...]
PhoneGlobals.java
146
PhoneInterfaceManager
phoneMgr;
400
phoneMgr =
PhoneInterfaceManager
.init(this, PhoneFactory.getDefaultPhone());
[
all
...]
Completed in 60 milliseconds