Home | History | Annotate | Download | only in telecom

Lines Matching refs:getAllPhoneAccountHandles

802     public List<PhoneAccountHandle> getAllPhoneAccountHandles() {
805 return getTelecomService().getAllPhoneAccountHandles();
808 Log.e(TAG, "Error calling ITelecomService#getAllPhoneAccountHandles", e);