Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java621 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateIncomingConference()
649 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConference()
695 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
734 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
766 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false, in onCreateOutgoingConnection()
791 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber, in onCreateOutgoingConnection()
1183 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateIncomingConnection()
1299 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateIncomingConnectionFailed()
1385 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateUnknownConnection()
1881 private Phone getPhoneForAccount(PhoneAccountHandle accountHandle, boolean isEmergency, in getPhoneForAccount() method in TelephonyConnectionService