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.java590 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateIncomingConference()
618 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConference()
664 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
703 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
735 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false, in onCreateOutgoingConnection()
760 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber, in onCreateOutgoingConnection()
1159 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateIncomingConnection()
1288 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateIncomingConnectionFailed()
1374 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateUnknownConnection()
1916 private Phone getPhoneForAccount(PhoneAccountHandle accountHandle, boolean isEmergency, in getPhoneForAccount() method in TelephonyConnectionService