Home | History | Annotate | Download | only in telecom

Lines Matching refs:getAllPhoneAccounts

784     public List<PhoneAccount> getAllPhoneAccounts() {
787 return getTelecomService().getAllPhoneAccounts();
790 Log.e(TAG, "Error calling ITelecomService#getAllPhoneAccounts", e);