Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java546 updatePhoneAccount(conferenceHostConnection, phone); in placeOutgoingConference()
1628 if (phoneId != newPhoneToUse.getPhoneId()) updatePhoneAccount(c, newPhoneToUse); in retryOutgoingOriginalConnection()
1637 private void updatePhoneAccount(TelephonyConnection connection, Phone phone) { in updatePhoneAccount() method in TelephonyConnectionService