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.java616 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateIncomingConference()
644 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConference()
690 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
729 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
761 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false, in onCreateOutgoingConnection()
786 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber, in onCreateOutgoingConnection()
1178 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateIncomingConnection()
1294 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateIncomingConnectionFailed()
1380 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateUnknownConnection()
1869 private Phone getPhoneForAccount(PhoneAccountHandle accountHandle, boolean isEmergency, in getPhoneForAccount() method in TelephonyConnectionService