OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phoneContext
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Phone/src/com/android/phone/
SipUtil.java
29
Context
phoneContext
= PhoneApp.getInstance();
30
Intent intent = new Intent(
phoneContext
, SipBroadcastReceiver.class);
32
return PendingIntent.getBroadcast(
phoneContext
, 0, intent,
SipBroadcastReceiver.java
93
Context
phoneContext
= PhoneApp.getInstance();
95
SipAudioCall sipAudioCall = SipManager.newInstance(
phoneContext
)
/external/nist-sip/java/javax/sip/address/
TelURL.java
11
void setPhoneContext(String
phoneContext
) throws ParseException;
/external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java
205
public void setPhoneContext(String
phoneContext
) throws ParseException {
208
if (
phoneContext
==null) {
211
this.setParameter("phone-context",
phoneContext
);
Completed in 60 milliseconds