Lines Matching refs:getTelecomService
358 return getTelecomService().getDefaultOutgoingPhoneAccount(uriScheme); in getDefaultOutgoingPhoneAccount()
380 return getTelecomService().getUserSelectedOutgoingPhoneAccount(); in getUserSelectedOutgoingPhoneAccount()
395 getTelecomService().setUserSelectedOutgoingPhoneAccount(accountHandle); in setUserSelectedOutgoingPhoneAccount()
412 return getTelecomService().getSimCallManager(); in getSimCallManager()
428 getTelecomService().setSimCallManager(accountHandle); in setSimCallManager()
443 return getTelecomService().getSimCallManagers(); in getSimCallManagers()
491 return getTelecomService().getPhoneAccountsSupportingScheme(uriScheme); in getPhoneAccountsSupportingScheme()
512 return getTelecomService().getCallCapablePhoneAccounts(); in getCallCapablePhoneAccounts()
543 return getTelecomService().getPhoneAccountsForPackage(mContext.getPackageName()); in getPhoneAccountsForPackage()
563 return getTelecomService().getPhoneAccount(account); in getPhoneAccount()
581 return getTelecomService().getAllPhoneAccountsCount(); in getAllPhoneAccountsCount()
599 return getTelecomService().getAllPhoneAccounts(); in getAllPhoneAccounts()
617 return getTelecomService().getAllPhoneAccountHandles(); in getAllPhoneAccountHandles()
645 getTelecomService().registerPhoneAccount(account); in registerPhoneAccount()
662 getTelecomService().unregisterPhoneAccount(accountHandle); in unregisterPhoneAccount()
677 getTelecomService().clearAccounts(mContext.getPackageName()); in clearAccounts()
691 getTelecomService().clearAccounts(packageName); in clearAccountsForPackage()
705 return getTelecomService().getDefaultPhoneApp(); in getDefaultPhoneApp()
726 return getTelecomService().isVoiceMailNumber(accountHandle, number); in isVoiceMailNumber()
746 return getTelecomService().hasVoiceMailNumber(accountHandle); in hasVoiceMailNumber()
766 return getTelecomService().getLine1Number(accountHandle); in getLine1Number()
784 return getTelecomService().isInCall(); in isInCall()
809 return getTelecomService().getCallState(); in getCallState()
826 return getTelecomService().isRinging(); in isRinging()
844 return getTelecomService().endCall(); in endCall()
863 getTelecomService().acceptRingingCall(); in acceptRingingCall()
879 getTelecomService().silenceRinger(); in silenceRinger()
895 return getTelecomService().isTtySupported(); in isTtySupported()
916 return getTelecomService().getCurrentTtyMode(); in getCurrentTtyMode()
942 getTelecomService().addNewIncomingCall( in addNewIncomingCall()
965 getTelecomService().addNewUnknownCall( in addNewUnknownCall()
986 ITelecomService service = getTelecomService(); in handleMmi()
1012 ITelecomService service = getTelecomService(); in handleMmi()
1032 ITelecomService service = getTelecomService(); in getAdnUriForPhoneAccount()
1050 ITelecomService service = getTelecomService(); in cancelMissedCallsNotification()
1071 ITelecomService service = getTelecomService(); in showInCallScreen()
1081 private ITelecomService getTelecomService() { in getTelecomService() method in TelecomManager
1086 boolean isConnected = getTelecomService() != null; in isServiceConnected()