Searched refs:getPhoneForAccount (Results 1 – 1 of 1) sorted by relevance
118 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection()155 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection()181 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber); in onCreateOutgoingConnection()356 Phone phone = getPhoneForAccount(accountHandle, isEmergency); in onCreateIncomingConnection()413 Phone phone = getPhoneForAccount(accountHandle, isEmergency); in onCreateUnknownConnection()587 private Phone getPhoneForAccount(PhoneAccountHandle accountHandle, boolean isEmergency) { in getPhoneForAccount() method in TelephonyConnectionService