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

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipBroadcastReceiver.java 44 SipAccountRegistry sipAccountRegistry = SipAccountRegistry.getInstance();
49 sipAccountRegistry.setup(context);
53 sipAccountRegistry.removeSipProfile(intent.getStringExtra(SipManager.EXTRA_LOCAL_URI));
  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 23 import com.android.services.telephony.sip.SipAccountRegistry;
268 SipAccountRegistry sipAccountRegistry = SipAccountRegistry.getInstance();
269 sipAccountRegistry.restartSipService(context);

Completed in 58 milliseconds