Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java591 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in setConferenceHost()
871 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in handleOriginalConnectionChange()
875 phoneAccountHandle = PhoneUtils.makePstnPhoneAccountHandle( in handleOriginalConnectionChange()
DCdmaConferenceController.java180 PhoneUtils.makePstnPhoneAccountHandle(newConnection.getPhone()); in recalculateConference()
DTelephonyConferenceController.java255 phoneAccountHandle = PhoneUtils.makePstnPhoneAccountHandle( in recalculateConference()
DImsConferenceController.java370 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in startConference()
DPstnIncomingCallNotifier.java260 PhoneAccountHandle handle = PhoneUtils.makePstnPhoneAccountHandle(mPhone); in findCorrectPhoneAccountHandle()
DTelephonyConnection.java1721 .makePstnPhoneAccountHandle(phone.getDefaultPhone()) in refreshConferenceSupported()
1722 : PhoneUtils.makePstnPhoneAccountHandle(phone); in refreshConferenceSupported()
DTelecomAccountRegistry.java742 PhoneUtils.makePstnPhoneAccountHandle( in setupAccounts()
DTelephonyConnectionService.java401 addExistingConnection(PhoneUtils.makePstnPhoneAccountHandle(phone), in onCreateOutgoingConnection()
/packages/services/Telephony/src/com/android/phone/vvm/
DPhoneAccountHandleConverter.java50 return PhoneUtils.makePstnPhoneAccountHandle(phone); in fromSubId()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java311 PhoneAccountHandle phoneAccountHandle = PhoneUtils.makePstnPhoneAccountHandle(phone); in updateMwi()
424 PhoneUtils.makePstnPhoneAccountHandle(phone)); in maybeSendVoicemailNotificationUsingDefaultDialer()
DPhoneUtils.java2393 public static PhoneAccountHandle makePstnPhoneAccountHandle(String id) { in makePstnPhoneAccountHandle() method in PhoneUtils
2397 public static PhoneAccountHandle makePstnPhoneAccountHandle(int phoneId) { in makePstnPhoneAccountHandle() method in PhoneUtils
2398 return makePstnPhoneAccountHandle(PhoneFactory.getPhone(phoneId)); in makePstnPhoneAccountHandle()
2401 public static PhoneAccountHandle makePstnPhoneAccountHandle(Phone phone) { in makePstnPhoneAccountHandle() method in PhoneUtils