HomeSort by relevance Sort by last modified time
    Searched refs:phoneContext (Results 1 - 4 of 4) sorted by null

  /packages/apps/Phone/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 94 Context phoneContext = PhoneGlobals.getInstance();
96 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 491 milliseconds