OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:phoneContext
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
SipUtil.java
29
Context
phoneContext
= PhoneGlobals.getInstance();
30
Intent intent = new Intent(
phoneContext
, SipBroadcastReceiver.class);
32
return PendingIntent.getBroadcast(
phoneContext
, 0, intent,
SipBroadcastReceiver.java
92
Context
phoneContext
= PhoneGlobals.getInstance();
94
SipAudioCall sipAudioCall = SipManager.newInstance(
phoneContext
)
Completed in 185 milliseconds