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

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipAccountRegistry.java 57 boolean startSipService(SipManager sipManager, Context context, boolean isReceivingCalls) {
58 if (VERBOSE) log("startSipService, profile: " + mProfile);
76 log("startSipService, profile: " + mProfile.getProfileName() +
152 void startSipService(Context context, String sipProfileName, boolean enableProfile) {
272 if (entry.startSipService(sipManager, context, isReceivingCalls)) {
SipUtil.java 188 public static void startSipService() {
SipEditor.java 288 mSipAccountRegistry.startSipService(this, p.getProfileName(), enableProfile);
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 252 SipUtil.startSipService();
    [all...]

Completed in 138 milliseconds