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

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipBroadcastReceiver.java 56 SipUtil.startSipService();
SipAccountRegistry.java 57 boolean startSipService(SipManager sipManager, Context context, boolean isReceivingCalls) {
58 if (VERBOSE) log("startSipService, profile: " + mProfile);
76 log("startSipService, profile: " + mProfile.getProfileName() +
149 void startSipService(Context context, String sipProfileName, boolean enableProfile) {
269 if (entry.startSipService(sipManager, context, isReceivingCalls)) {
SipUtil.java 177 public static void startSipService() {
SipEditor.java 253 mSipAccountRegistry.startSipService(this, p.getProfileName(), enableProfile);

Completed in 65 milliseconds