Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DCallUtil.java137 TelecomManager telecommMgr = (TelecomManager) in getVideoCallingAvailability() local
139 if (telecommMgr == null) { in getVideoCallingAvailability()
143 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in getVideoCallingAvailability()
145 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle); in getVideoCallingAvailability()
189 TelecomManager telecommMgr = (TelecomManager) in isCallWithSubjectSupported() local
191 if (telecommMgr == null) { in isCallWithSubjectSupported()
195 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported()
197 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle); in isCallWithSubjectSupported()