Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DTelecomManager.java439 return getTelecomService().getDefaultOutgoingPhoneAccount(uriScheme, in getDefaultOutgoingPhoneAccount()
462 return getTelecomService().getUserSelectedOutgoingPhoneAccount(); in getUserSelectedOutgoingPhoneAccount()
477 getTelecomService().setUserSelectedOutgoingPhoneAccount(accountHandle); in setUserSelectedOutgoingPhoneAccount()
494 return getTelecomService().getSimCallManager(); in getSimCallManager()
514 return getTelecomService().getSimCallManagerForUser(userId); in getSimCallManager()
552 return getTelecomService().getPhoneAccountsSupportingScheme(uriScheme, in getPhoneAccountsSupportingScheme()
584 return getTelecomService().getCallCapablePhoneAccounts( in getCallCapablePhoneAccounts()
604 return getTelecomService().getPhoneAccountsForPackage(mContext.getPackageName()); in getPhoneAccountsForPackage()
622 return getTelecomService().getPhoneAccount(account); in getPhoneAccount()
640 return getTelecomService().getAllPhoneAccountsCount(); in getAllPhoneAccountsCount()
[all …]
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java2519 ITelecomService telecom = getTelecomService(); in getCallState()
2638 private ITelecomService getTelecomService() { in getTelecomService() method in TelephonyManager
3885 getTelecomService().silenceRinger(getOpPackageName()); in silenceRinger()