Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnectionService.java167 SipPhone phone = findPhoneForProfile(sipAudioCall.getLocalProfile()); in onCreateIncomingConnection()
192 SipPhone phone = findPhoneForProfile(profile); in createConnectionForProfile()
234 private SipPhone findPhoneForProfile(SipProfile profile) { in findPhoneForProfile() method in SipConnectionService