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.java168 SipPhone phone = findPhoneForProfile(sipAudioCall.getLocalProfile()); in onCreateIncomingConnection()
193 SipPhone phone = findPhoneForProfile(profile); in createConnectionForProfile()
235 private SipPhone findPhoneForProfile(SipProfile profile) { in findPhoneForProfile() method in SipConnectionService