Home | History | Annotate | Download | only in telecom

Lines Matching refs:getCallCapablePhoneAccounts

543      * list which is returned from invoking {@link #getCallCapablePhoneAccounts()}. The specific
577 * calling {@link #getCallCapablePhoneAccounts()}
699 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() {
700 return getCallCapablePhoneAccounts(false);
710 public List<PhoneAccountHandle> getCallCapablePhoneAccounts(boolean includeDisabledAccounts) {
713 return getTelecomService().getCallCapablePhoneAccounts(
717 Log.e(TAG, "Error calling ITelecomService#getCallCapablePhoneAccounts(" +