OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sphonenotifier
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java
47
static private PhoneNotifier
sPhoneNotifier
;
100
sPhoneNotifier
= new DefaultPhoneNotifier();
147
sCommandsInterface,
sPhoneNotifier
));
153
sCommandsInterface,
sPhoneNotifier
));
159
sCommandsInterface,
sPhoneNotifier
));
186
phone = new CDMALTEPhone(sContext, sCommandsInterface,
sPhoneNotifier
);
192
phone = new CDMAPhone(sContext, sCommandsInterface,
sPhoneNotifier
);
202
Phone phone = new GSMPhone(sContext, sCommandsInterface,
sPhoneNotifier
);
213
return SipPhoneFactory.makePhone(sipUri, sContext,
sPhoneNotifier
);
Completed in 31 milliseconds