Home
last modified time | relevance | path

Searched refs:ACTION_START_SIP (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/components/
H A DTelephonySipService.java33 && SipManager.ACTION_START_SIP.equals(intent.getAction())) { in onStartCommand()
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipUtil.java196 startSipIntent.setAction(SipManager.ACTION_START_SIP); in startSipService()
/aosp12/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java141 public static final String ACTION_START_SIP = field in SipManager
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt7759 …field @Deprecated public static final String ACTION_START_SIP = "android.net.sip.action.START_SIP";