Home | History | Annotate | Download | only in telecom

Lines Matching defs:getAllPhoneAccountHandles

972     public List<PhoneAccountHandle> getAllPhoneAccountHandles() {
975 return getTelecomService().getAllPhoneAccountHandles();
978 Log.e(TAG, "Error calling ITelecomService#getAllPhoneAccountHandles", e);