Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DCallUtil.java157 TelecomManager telecommMgr = (TelecomManager) in getVideoCallingAvailability() local
159 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() local
206 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() local
243 if (telecommMgr == null) { in isTachyonEnabled()
[all …]
/packages/apps/Dialer/java/com/android/dialer/util/
DCallUtil.java70 TelecomManager telecommMgr = (TelecomManager) context.getSystemService(Context.TELECOM_SERVICE); in getVideoCallingAvailability() local
71 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() local
132 if (telecommMgr == null) { in isCallWithSubjectSupported()
136 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported()
138 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle); in isCallWithSubjectSupported()