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.java993 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateIncomingConference()
1021 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConference()
1067 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
1106 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
1138 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false, in onCreateOutgoingConnection()
1162 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber, in onCreateOutgoingConnection()
1722 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateIncomingConnection()
1851 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateIncomingConnectionFailed()
1936 Phone phone = getPhoneForAccount(accountHandle, isEmergency, in onCreateUnknownConnection()
3558 private Phone getPhoneForAccount(PhoneAccountHandle accountHandle, boolean isEmergency, in getPhoneForAccount() method in TelephonyConnectionService