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
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,
[
all
...]
PhoneGlobals.java
168
PhoneInterfaceManager
phoneMgr;
492
phoneMgr =
PhoneInterfaceManager
.init(this, phone, callHandlerServiceProxy, callModeler,
[
all
...]
Completed in 36 milliseconds