Searched refs:callForwardingReasons (Results 1 – 1 of 1) sorted by relevance
776 List<Integer> callForwardingReasons = new ArrayList<>(); in testGetCallForwarding() local777 callForwardingReasons.add(CallForwardingInfo.REASON_UNCONDITIONAL); in testGetCallForwarding()778 callForwardingReasons.add(CallForwardingInfo.REASON_BUSY); in testGetCallForwarding()779 callForwardingReasons.add(CallForwardingInfo.REASON_NO_REPLY); in testGetCallForwarding()780 callForwardingReasons.add(CallForwardingInfo.REASON_NOT_REACHABLE); in testGetCallForwarding()781 callForwardingReasons.add(CallForwardingInfo.REASON_ALL); in testGetCallForwarding()782 callForwardingReasons.add(CallForwardingInfo.REASON_ALL_CONDITIONAL); in testGetCallForwarding()791 for (int callForwardingReasonToGet : callForwardingReasons) { in testGetCallForwarding()821 callForwardingReasons.contains(info.getReason())); in testGetCallForwarding()842 List<Integer> callForwardingReasons = new ArrayList<>(); in testSetCallForwarding() local[all …]