HomeSort by relevance Sort by last modified time
    Searched refs:telecommMgr (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/util/
CallUtil.java 70 TelecomManager telecommMgr = (TelecomManager) context.getSystemService(Context.TELECOM_SERVICE);
71 if (telecommMgr == null) {
75 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts();
77 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle);
136 TelecomManager telecommMgr = (TelecomManager) context.getSystemService(Context.TELECOM_SERVICE);
137 if (telecommMgr == null) {
141 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts();
143 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle);
  /packages/apps/Contacts/src/com/android/contacts/
CallUtil.java 157 TelecomManager telecommMgr = (TelecomManager)
159 if (telecommMgr == null) {
164 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts();
166 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle);
204 TelecomManager telecommMgr = (TelecomManager)
206 if (telecommMgr == null) {
211 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts();
213 PhoneAccount account = telecommMgr.getPhoneAccount(accountHandle);
241 TelecomManager telecommMgr = (TelecomManager)
243 if (telecommMgr == null)
    [all...]

Completed in 88 milliseconds