Home | History | Annotate | Download | only in telecom

Lines Matching refs:getCallCapablePhoneAccounts

369      * calling {@link #getCallCapablePhoneAccounts()}
509 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() {
512 return getTelecomService().getCallCapablePhoneAccounts();
515 Log.e(TAG, "Error calling ITelecomService#getCallCapablePhoneAccounts", e);
530 return getCallCapablePhoneAccounts().size() > 1;