Home
last modified time | relevance | path

Searched refs:getTelecomService (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DTelecomManager.java566 return getTelecomService().getDefaultOutgoingPhoneAccount(uriScheme, in getDefaultOutgoingPhoneAccount()
589 return getTelecomService().getUserSelectedOutgoingPhoneAccount(); in getUserSelectedOutgoingPhoneAccount()
604 getTelecomService().setUserSelectedOutgoingPhoneAccount(accountHandle); in setUserSelectedOutgoingPhoneAccount()
621 return getTelecomService().getSimCallManager(); in getSimCallManager()
641 return getTelecomService().getSimCallManagerForUser(userId); in getSimCallManager()
679 return getTelecomService().getPhoneAccountsSupportingScheme(uriScheme, in getPhoneAccountsSupportingScheme()
714 return getTelecomService().getCallCapablePhoneAccounts( in getCallCapablePhoneAccounts()
734 return getTelecomService().getPhoneAccountsForPackage(mContext.getPackageName()); in getPhoneAccountsForPackage()
752 return getTelecomService().getPhoneAccount(account); in getPhoneAccount()
770 return getTelecomService().getAllPhoneAccountsCount(); in getAllPhoneAccountsCount()
[all …]
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java2619 ITelecomService telecom = getTelecomService(); in getCallState()
2749 private ITelecomService getTelecomService() { in getTelecomService() method in TelephonyManager
4290 getTelecomService().silenceRinger(getOpPackageName()); in silenceRinger()