Searched refs:telecommMgr (Results 1 – 2 of 2) sorted by relevance
157 TelecomManager telecommMgr = (TelecomManager) in getVideoCallingAvailability() local159 if (telecommMgr == null) { in getVideoCallingAvailability()164 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in getVideoCallingAvailability()166 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle); in getVideoCallingAvailability()204 TelecomManager telecommMgr = (TelecomManager) in isCallWithSubjectSupported() local206 if (telecommMgr == null) { in isCallWithSubjectSupported()211 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported()213 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle); in isCallWithSubjectSupported()241 TelecomManager telecommMgr = (TelecomManager) in isTachyonEnabled() local243 if (telecommMgr == null) { in isTachyonEnabled()[all …]
70 TelecomManager telecommMgr = (TelecomManager) context.getSystemService(Context.TELECOM_SERVICE); in getVideoCallingAvailability() local71 if (telecommMgr == null) { in getVideoCallingAvailability()75 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in getVideoCallingAvailability()77 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle); in getVideoCallingAvailability()131 TelecomManager telecommMgr = (TelecomManager) context.getSystemService(Context.TELECOM_SERVICE); in isCallWithSubjectSupported() local132 if (telecommMgr == null) { in isCallWithSubjectSupported()136 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported()138 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle); in isCallWithSubjectSupported()