Home
last modified time | relevance | path

Searched refs:createPhoneAccount (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java248 PhoneAccount phoneAccount = SipUtil.createPhoneAccount(context, profile); in startSipProfiles()
DSipUtil.java111 static PhoneAccount createPhoneAccount(Context context, SipProfile profile) { in createPhoneAccount() method in SipUtil